From 537835cd6b2eca4cc58b430e3e4c4e6ca6b74ece Mon Sep 17 00:00:00 2001 From: serassio <> Date: Mon, 5 Jun 2006 22:07:57 +0000 Subject: [PATCH] Bootstrapped --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 954bbcde1d..00231b8afa 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.419 . +# From configure.in Revision. # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for squid 3.0-PRE3-CVS. # @@ -21257,8 +21257,10 @@ if test -n "$buildmodel" && test "$buildmodel" != "default"; then *-sgi-irix6.*) if test "$GCC" = "yes"; then CFLAGS="`echo $CFLAGS | sed -e 's/-n32/-mabi=n32/'`" + CXXFLAGS="`echo $CXXFLAGS | sed -e 's/-n32/-mabi=n32/'`" LDFLAGS="`echo $LDFLAGS | sed -e 's/-n32//'`" CFLAGS="`echo $CFLAGS | sed -e 's/-64/-mabi=64/'`" + CXXFLAGS="`echo $CXXFLAGS | sed -e 's/-64/-mabi=64/'`" LDFLAGS="`echo $LDFLAGS | sed -e 's/-64//'`" fi ;; -- 2.47.3