-# From configure.in Revision
+# From configure.in Revision: 1.225
ac_aux_dir=
for ac_dir in cfgaux $srcdir/cfgaux; do
if test -f $ac_dir/install-sh; then
;;
esac
-# Remove optimization for GCC 2.95.[12]
+# Remove optimization for GCC 2.95.[123]
# gcc -O[2] on *BSD and Linux (x86) causes pointers to magically become NULL
if test "$GCC" = "yes"; then
GCCVER=`$CC -v 2>&1 | awk '$2 == "version" {print $3}'`
case "$GCCVER" in
- 2.95.[12])
+ 2.95.[123])
echo "Removing -O for gcc on $host with GCC $GCCVER"
CFLAGS="`echo $CFLAGS | sed -e 's/-O[0-9]*//'`"
;;
dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.225 2001/05/05 17:49:54 hno Exp $
+dnl $Id: configure.in,v 1.226 2001/06/10 18:31:40 adrian Exp $
dnl
dnl
dnl
AC_INIT(src/main.c)
AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.225 $)dnl
+AC_REVISION($Revision: 1.226 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AC_CONFIG_AUX_DIR(cfgaux)
;;
esac
-# Remove optimization for GCC 2.95.[12]
+# Remove optimization for GCC 2.95.[123]
# gcc -O[2] on *BSD and Linux (x86) causes pointers to magically become NULL
if test "$GCC" = "yes"; then
GCCVER=`$CC -v 2>&1 | awk '$2 == "version" {print $3}'`
case "$GCCVER" in
- [2.95.[12]])
+ [2.95.[123]])
echo "Removing -O for gcc on $host with GCC $GCCVER"
CFLAGS="`echo $CFLAGS | sed -e 's/-O[[0-9]]*//'`"
;;