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

Comparing fcrackzip/configure.in (file contents):
Revision 1.1 by root, Mon Aug 4 07:09:50 2008 UTC vs.
Revision 1.2 by root, Sun Jun 20 13:13:45 2010 UTC

19AC_CHECK_PROGS(PERL,perl5 perl) 19AC_CHECK_PROGS(PERL,perl5 perl)
20AM_CONDITIONAL(HAVE_PERL,test -n "$PERL") 20AM_CONDITIONAL(HAVE_PERL,test -n "$PERL")
21 21
22if test "$GCC" = yes; then 22if test "$GCC" = yes; then
23 AC_DEFINE([USE_GCC_ASM], 1, [Define if you can use gcc inline assembly.]) 23 AC_DEFINE([USE_GCC_ASM], 1, [Define if you can use gcc inline assembly.])
24 CFLAGS="$CFLAGS -funroll-all-loops -O3" 24 CFLAGS="$CFLAGS -funroll-all-loops -O6"
25 AC_MSG_CHECKING(for pgcc/egcs) 25 AC_MSG_CHECKING(for pgcc/egcs)
26 case `$CC -v 2>&1` in 26 case `$CC -v 2>&1` in
27 *pgcc-* ) 27 *pgcc-* )
28 AC_MSG_RESULT(pgcc) 28 AC_MSG_RESULT(pgcc)
29 ;; 29 ;;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines