]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DEC CC -O2 only works on OSF4 and later?
authorwessels <>
Sat, 3 Oct 1998 10:06:26 +0000 (10:06 +0000)
committerwessels <>
Sat, 3 Oct 1998 10:06:26 +0000 (10:06 +0000)
configure
configure.in

index 3ae0ef392f2725ebe8ec5798f4ec2d729bfaf21e..35f2ee0f4dc922b6de5f98a2717b18b2b7ad736f 100755 (executable)
--- a/configure
+++ b/configure
@@ -583,7 +583,7 @@ fi
 
 
 
-# From configure.in Revision: 1.154 
+# From configure.in Revision: 1.155 
 ac_aux_dir=
 for ac_dir in cfgaux $srcdir/cfgaux; do
   if test -f $ac_dir/install-sh; then
@@ -877,7 +877,7 @@ if test -z "$PRESET_CFLAGS"; then
                -Wl,-woff,85,-woff,84,-woff,134 \
                -nostdinc -I/usr/include -D_BSD_SIGNALS"
            ;;
-       alpha-dec-osf*)
+       alpha-dec-osf4.*)
            # Mogul says DEC compilers take both -g and -O2
            CFLAGS="$CFLAGS -O2"
            ;;
index db88e6aa72cee96ea66c382853b5c1c84914098b..4eb9e3c94faa7feae5ca5182e3174fd63d2bc114 100644 (file)
@@ -3,13 +3,13 @@ dnl  Configuration input file for Squid
 dnl
 dnl  Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
 dnl
-dnl  $Id: configure.in,v 1.155 1998/10/03 03:36:53 wessels Exp $
+dnl  $Id: configure.in,v 1.156 1998/10/03 04:06:27 wessels Exp $
 dnl
 dnl
 dnl
 AC_INIT(src/main.c)
 AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.155 $)dnl
+AC_REVISION($Revision: 1.156 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AC_CONFIG_AUX_DIR(cfgaux)
 
@@ -95,7 +95,7 @@ if test -z "$PRESET_CFLAGS"; then
                -Wl,-woff,85,-woff,84,-woff,134 \
                -nostdinc -I/usr/include -D_BSD_SIGNALS"
            ;;
-       alpha-dec-osf*)
+       alpha-dec-osf4.*)
            # Mogul says DEC compilers take both -g and -O2
            CFLAGS="$CFLAGS -O2"
            ;;