From: wessels <> Date: Thu, 17 Oct 1996 10:13:30 +0000 (+0000) Subject: Removing -lbsd for AIX X-Git-Tag: SQUID_3_0_PRE1~5638 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ba0bd0efa21f8cde4751b36ca91a1fd1da13e63;p=thirdparty%2Fsquid.git Removing -lbsd for AIX --- diff --git a/configure b/configure index 5ce7277eb4..b5840971c5 100755 --- a/configure +++ b/configure @@ -517,7 +517,7 @@ fi -# From configure.in Revision: 1.37 +# From configure.in Revision: 1.38 ac_aux_dir= for ac_dir in aux $srcdir/aux; do if test -f $ac_dir/install-sh; then @@ -2265,6 +2265,10 @@ case "$host" in echo "Removing -lbsd for IRIX..." LIBS=`echo $LIBS | sed -e s/-lbsd//` ;; + *-ibm-aix*) + echo "Removing -lbsd for AIX..." + LIBS=`echo $LIBS | sed -e s/-lbsd//` + ;; *m88k*) CFLAGS="$CFLAGS -D_SQUID_MOTOROLA_" cat >> confdefs.h <<\EOF @@ -2313,7 +2317,7 @@ if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 else cat > conftest.$ac_ext < conftest.$ac_ext < @@ -2485,7 +2489,7 @@ if test "$cross_compiling" = yes; then SQUID_UDP_SO_SNDBUF=16384 else cat > conftest.$ac_ext < @@ -2521,7 +2525,7 @@ if test "$cross_compiling" = yes; then SQUID_UDP_SO_RCVBUF=16384 else cat > conftest.$ac_ext < @@ -2557,7 +2561,7 @@ if test "$cross_compiling" = yes; then SQUID_TCP_SO_SNDBUF=16384 else cat > conftest.$ac_ext < @@ -2593,7 +2597,7 @@ if test "$cross_compiling" = yes; then SQUID_TCP_SO_RCVBUF=16384 else cat > conftest.$ac_ext < @@ -2626,7 +2630,7 @@ EOF echo $ac_n "checking if sys_errlist is already defined""... $ac_c" 1>&6 cat > conftest.$ac_ext < int main() { return 0; } @@ -2650,7 +2654,7 @@ rm -f conftest* echo $ac_n "checking for libresolv _dns_ttl_ hack""... $ac_c" 1>&6 cat > conftest.$ac_ext <