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

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

8AC_PROG_LIBTOOL 8AC_PROG_LIBTOOL
9 9
10AC_PROG_CC 10AC_PROG_CC
11 11
12if test "x$GCC" = xyes ; then 12if test "x$GCC" = xyes ; then
13 CFLAGS="$CFLAGS -O3" 13 CFLAGS="-O3 $CFLAGS"
14fi 14fi
15 15
16dnl somebody will forgive me 16dnl somebody will forgive me
17CFLAGS="-D_GNU_SOURCE $CFLAGS" 17CFLAGS="-D_GNU_SOURCE $CFLAGS"
18 18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines