From: wessels <> Date: Fri, 24 Apr 1998 12:00:01 +0000 (+0000) Subject: fix WARNINGs X-Git-Tag: SQUID_3_0_PRE1~3433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e692ff355ff6a4d889220cd9406d9b3052c49b2d;p=thirdparty%2Fsquid.git fix WARNINGs --- diff --git a/configure.in b/configure.in index e23c7bf3a5..7fbb5ce020 100644 --- a/configure.in +++ b/configure.in @@ -3,13 +3,13 @@ dnl Configuration input file for Squid dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.120 1998/04/24 05:26:59 wessels Exp $ +dnl $Id: configure.in,v 1.121 1998/04/24 06:00:01 wessels Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.120 $)dnl +AC_REVISION($Revision: 1.121 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AC_CONFIG_AUX_DIR(cfgaux) @@ -314,7 +314,7 @@ AC_ARG_ENABLE(arp_acl, ;; *) echo "WARNING: ARP ACL support is designed for FreeBSD and" - echo "WARNING: probably wont work on your $host system" + echo " probably wont work on your $host system" sleep 10 ;; esac @@ -840,7 +840,7 @@ 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 " on how to increase your filedescriptor limit" + echo " on how to increase your filedescriptor limit" sleep 10 fi