From: wessels <> Date: Sat, 3 Oct 1998 10:06:26 +0000 (+0000) Subject: DEC CC -O2 only works on OSF4 and later? X-Git-Tag: SQUID_3_0_PRE1~2608 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8f5fb18467c612e1aa1f2fe14171c64a4671d8e;p=thirdparty%2Fsquid.git DEC CC -O2 only works on OSF4 and later? --- diff --git a/configure b/configure index 3ae0ef392f..35f2ee0f4d 100755 --- 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" ;; diff --git a/configure.in b/configure.in index db88e6aa72..4eb9e3c94f 100644 --- a/configure.in +++ b/configure.in @@ -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" ;;