From: serassio <> Date: Mon, 5 Jun 2006 22:07:57 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=537835cd6b2eca4cc58b430e3e4c4e6ca6b74ece;p=thirdparty%2Fsquid.git Bootstrapped --- 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 ;;