From: hno <> Date: Tue, 16 Sep 2003 06:14:19 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~1207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8f639f144bc7776335d9967d5882594a6df7857;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index de00c77226..d9a05e3999 100755 --- 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