From: hno <> Date: Wed, 30 Apr 2003 06:11:10 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~225 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21be5e8888bf6b12c2c41e912c442057adab7e4f;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index d5d8371f57..16f3b731d8 100755 --- 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_"