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

Comparing libeio/configure.ac (file contents):
Revision 1.9 by root, Sun Jun 5 19:58:37 2011 UTC vs.
Revision 1.10 by root, Wed Jun 29 14:52:22 2011 UTC

11AC_PROG_LIBTOOL 11AC_PROG_LIBTOOL
12 12
13AC_PROG_CC 13AC_PROG_CC
14 14
15if test "x$GCC" = xyes ; then 15if test "x$GCC" = xyes ; then
16 CFLAGS="$OPTIMIZE -O3 $CFLAGS" 16 CFLAGS="-O3 $CFLAGS"
17fi 17fi
18 18
19m4_include([libeio.m4]) 19m4_include([libeio.m4])
20 20
21AC_CONFIG_FILES([Makefile]) 21AC_CONFIG_FILES([Makefile])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines