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

Comparing liblzf/configure.in (file contents):
Revision 1.1 by root, Sun Jun 9 22:41:34 2002 UTC vs.
Revision 1.2 by pcg, Tue Dec 23 04:52:00 2003 UTC

12AC_CHECK_SIZEOF(long, 4) 12AC_CHECK_SIZEOF(long, 4)
13 13
14AC_C_CONST 14AC_C_CONST
15 15
16if test "$GCC" = yes; then 16if test "$GCC" = yes; then
17 CFLAGS="$CFLAGS -O2 -funroll-all-loops" 17 CFLAGS="$CFLAGS -O3 -funroll-all-loops"
18else 18else
19 AC_MSG_RESULT(no gcc) 19 AC_MSG_RESULT(no gcc)
20fi 20fi
21 21
22AC_OUTPUT(Makefile) 22AC_OUTPUT(Makefile)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines