ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/configure.ac
(Generate patch)

Comparing libeio/configure.ac (file contents):
Revision 1.6 by root, Mon May 2 13:11:01 2011 UTC vs.
Revision 1.7 by root, Mon May 2 13:12:22 2011 UTC

11 11
12if test "x$GCC" = xyes ; then 12if test "x$GCC" = xyes ; then
13 CFLAGS="-O3 $CFLAGS" 13 CFLAGS="-O3 $CFLAGS"
14fi 14fi
15 15
16dnl somebody will forgive me 16AC_GNU_SOURCE
17CFLAGS="-D_GNU_SOURCE $CFLAGS"
18 17
19m4_include([libeio.m4]) 18m4_include([libeio.m4])
20 19
21AC_CONFIG_FILES([Makefile]) 20AC_CONFIG_FILES([Makefile])
22AC_OUTPUT 21AC_OUTPUT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines