-# From configure.in Revision: 1.117
+# From configure.in Revision: 1.118
ac_aux_dir=
for ac_dir in cfgaux $srcdir/cfgaux; do
if test -f $ac_dir/install-sh; then
#define SQUID_MAXFD $SQUID_MAXFD
EOF
-if "$SQUID_MAXFD" -lt 512 ; then
+if test "$SQUID_MAXFD" -lt 512 ; then
echo "WARNING: $SQUID_MAXFD may not be enough filedescriptors if your"
echo " cache will be very busy. Please see the FAQ page"
echo " http://squid.nlanr.net/Squid/FAQ/FAQ-10.html#filedescriptors"
dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.118 1998/04/08 22:20:25 wessels Exp $
+dnl $Id: configure.in,v 1.119 1998/04/08 22:59:02 wessels Exp $
dnl
dnl
dnl
AC_INIT(src/main.c)
AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.118 $)dnl
+AC_REVISION($Revision: 1.119 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AC_CONFIG_AUX_DIR(cfgaux)
SQUID_MAXFD=256)
AC_MSG_RESULT($SQUID_MAXFD)
AC_DEFINE_UNQUOTED(SQUID_MAXFD, $SQUID_MAXFD)
-if [ "$SQUID_MAXFD" -lt 512 ]; then
+if test "$SQUID_MAXFD" -lt 512 ; then
echo "WARNING: $SQUID_MAXFD may not be enough filedescriptors if your"
echo " cache will be very busy. Please see the FAQ page"
echo " http://squid.nlanr.net/Squid/FAQ/FAQ-10.html#filedescriptors"