]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Wed, 30 Apr 2003 06:11:10 +0000 (06:11 +0000)
committerhno <>
Wed, 30 Apr 2003 06:11:10 +0000 (06:11 +0000)
configure

index d5d8371f57d04a37a6ce40a2880541d23086e017..16f3b731d8317f9904c2cd65599e16c8f40b778d 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.331 .
+# From configure.in Revision: 1.332 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.
 #
@@ -14641,9 +14641,13 @@ case "$host" in
        *-ibm-aix*)
                echo "Removing -lbsd for AIX..."
                LIBS=`echo $LIBS | sed -e s/-lbsd//`
-               echo "disabling snprintf/vsnprintf for $host"
-               ac_cv_func_snprintf=no
-               ac_cv_func_vsnprintf=no
+               case "$host" in
+                       *-ibm-aix4*)
+                               echo "disabling snprintf/vsnprintf for $host"
+                               ac_cv_func_snprintf=no
+                               ac_cv_func_vsnprintf=no
+                       ;;
+               esac
                ;;
        *m88k*)
                CFLAGS="$CFLAGS -D_SQUID_MOTOROLA_"