]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Error number 1048 doesn't actually exist, so we can't ignore it.
authoradrian <>
Tue, 30 Oct 2001 20:19:22 +0000 (20:19 +0000)
committeradrian <>
Tue, 30 Oct 2001 20:19:22 +0000 (20:19 +0000)
configure
configure.in

index 3e69cf188b1be2e1d07d34cff867a8e177cd553b..dc875043752a5c740da0fadc3d071754e47b7a37 100755 (executable)
--- 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 <rafaels@cthulhu.engr.sgi.com>
            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"
            ;;
index 2dd2ac5053ec167ea95b0718e7e59700ad576fef..b16ae3da9843d70f352153267b68a93013929de9 100644 (file)
@@ -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 <rafaels@cthulhu.engr.sgi.com>
            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"
            ;;