20 lines
525 B
Plaintext
20 lines
525 B
Plaintext
--- configure.in.orig Mon Feb 19 00:45:54 2001
|
|
+++ configure.in Mon Feb 19 00:46:59 2001
|
|
@@ -49,12 +49,12 @@ AC_C_CONST
|
|
dnl
|
|
dnl Use these compiler flags if we have gcc.
|
|
dnl
|
|
-if test $ac_cv_prog_gcc = yes; then
|
|
+dnl if test $ac_cv_prog_gcc = yes; then
|
|
dnl if test -z $CFLAGS; then
|
|
- CCOPTS='-O2 -funroll-loops -fomit-frame-pointer -Wall'
|
|
- CFLAGS="$CCOPTS"
|
|
+dnl CCOPTS='-O2 -funroll-loops -fomit-frame-pointer -Wall'
|
|
+dnl CFLAGS="$CCOPTS"
|
|
+dnl fi
|
|
dnl fi
|
|
-fi
|
|
|
|
dnl
|
|
dnl Check for package inclusion/exclusion
|