]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorserassio <>
Mon, 5 Jun 2006 22:07:57 +0000 (22:07 +0000)
committerserassio <>
Mon, 5 Jun 2006 22:07:57 +0000 (22:07 +0000)
configure

index 954bbcde1d074e03f6ede59d89d5f4c7404dc318..00231b8afa3ef2779002fd36b5954c22f726867f 100755 (executable)
--- 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
                ;;