*** empty log message ***

master
Marc Alexander Lehmann 2010-01-14 20:23:36 +00:00
parent 3db67203e6
commit 0e32cfcf64
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@ Revision history for libev, a high-performance and full-featured event loop.
- applied win32 fixes by Michael Lenaghan.
- remove dependency on sys/queue.h on freebsd (patch by Vanilla Hsu).
- configure now prepends -O3, not appends it, so one can still
override it.
3.9 Thu Dec 31 07:59:59 CET 2009
- signalfd is no longer used by default and has to be requested

View File

@ -9,7 +9,7 @@ AC_PROG_INSTALL
AC_PROG_LIBTOOL
if test "x$GCC" = xyes ; then
CFLAGS="$CFLAGS -O3"
CFLAGS="-O3 $CFLAGS"
fi
m4_include([libev.m4])