--enable-forw-via-db Enable Forw/Via database"
ac_help="$ac_help
--enable-cache-digests Use Cache Digests
- see http://squid.nlanr.net/Squid/FAQ/FAQ-15.html"
+ see http://squid.nlanr.net/Squid/FAQ/FAQ-16.html"
ac_help="$ac_help
--enable-err-language=lang
Select language for Error pages (see errors dir) "
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"
+ echo " http://squid.nlanr.net/Squid/FAQ/FAQ-11.html#filedescriptors"
echo " on how to increase your filedescriptor limit"
sleep 10
fi
dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.129 1998/05/08 22:58:34 wessels Exp $
+dnl $Id: configure.in,v 1.130 1998/05/28 16:07:36 wessels Exp $
dnl
dnl
dnl
AC_INIT(src/main.c)
AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.129 $)dnl
+AC_REVISION($Revision: 1.130 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AC_CONFIG_AUX_DIR(cfgaux)
AC_ARG_ENABLE(cache-digests,
[ --enable-cache-digests Use Cache Digests
- see http://squid.nlanr.net/Squid/FAQ/FAQ-15.html],
+ see http://squid.nlanr.net/Squid/FAQ/FAQ-16.html],
[ if test "$enableval" = "yes" ; then
echo "USE_CACHE_DIGESTS enabled"
AC_DEFINE(USE_CACHE_DIGESTS)
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"
+ echo " http://squid.nlanr.net/Squid/FAQ/FAQ-11.html#filedescriptors"
echo " on how to increase your filedescriptor limit"
sleep 10
fi