]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Tue, 16 Sep 2003 06:14:19 +0000 (06:14 +0000)
committerhno <>
Tue, 16 Sep 2003 06:14:19 +0000 (06:14 +0000)
configure

index de00c77226698c61711fb892e8db49ca3f5bf29c..d9a05e39998c50e044c3cea8fa6ff5e1c6af05d2 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.349 .
+# From configure.in Revision: 1.350 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.57.
 #
@@ -16327,7 +16327,7 @@ if test "$SQUID_MAXFD" -lt 512 ; then
 fi
 LDFLAGS="$TLDFLAGS"
 
-if test `expr $SQUID_MAXFD % 63` != 0; then
+if test `expr $SQUID_MAXFD % 64` != 0; then
     echo "WARNING: $SQUID_MAXFD is not an multiple of 64. This may cause issues"
     echo "         on certain platforms."
     sleep 10