From 58dc050d83badbc43fe9889b57ba625a09d7b486 Mon Sep 17 00:00:00 2001 From: adrian <> Date: Tue, 30 Oct 2001 20:19:22 +0000 Subject: [PATCH] Error number 1048 doesn't actually exist, so we can't ignore it. --- configure | 4 ++-- configure.in | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 3e69cf188b..dc87504375 100755 --- a/configure +++ b/configure @@ -1015,7 +1015,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" -# From configure.in Revision +# From configure.in Revision: 1.237 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 echo "configure:1021: checking whether to enable maintainer-specific portions of Makefiles" >&5 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. @@ -1683,7 +1683,7 @@ if test -z "$PRESET_CFLAGS"; then *mips-sgi-irix6.*) # suggested by Rafael Seidl CFLAGS="$CFLAGS -n32 -mips3 -O3 -OPT:Olimit=0:space=OFF \ - -woff 1009,1014,1048,1110,1116,1185,1188,1204,1230,1233 \ + -woff 1009,1014,1110,1116,1185,1188,1204,1230,1233 \ -Wl,-woff,85,-woff,84,-woff,134 \ -nostdinc -I/usr/include -D_BSD_SIGNALS" ;; diff --git a/configure.in b/configure.in index 2dd2ac5053..b16ae3da98 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ 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.238 2001/10/29 08:45:17 robertc Exp $ +dnl $Id: configure.in,v 1.239 2001/10/30 13:19:23 adrian Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AC_INIT(src/main.c) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(Squid, 2.5-DEVEL) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.238 $)dnl +AC_REVISION($Revision: 1.239 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -103,7 +103,7 @@ if test -z "$PRESET_CFLAGS"; then *mips-sgi-irix6.*) # suggested by Rafael Seidl CFLAGS="$CFLAGS -n32 -mips3 -O3 -OPT:Olimit=0:space=OFF \ - -woff 1009,1014,1048,1110,1116,1185,1188,1204,1230,1233 \ + -woff 1009,1014,1110,1116,1185,1188,1204,1230,1233 \ -Wl,-woff,85,-woff,84,-woff,134 \ -nostdinc -I/usr/include -D_BSD_SIGNALS" ;; -- 2.47.2