]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix WARNINGs
authorwessels <>
Fri, 24 Apr 1998 12:00:01 +0000 (12:00 +0000)
committerwessels <>
Fri, 24 Apr 1998 12:00:01 +0000 (12:00 +0000)
configure.in

index e23c7bf3a5526c4b8d0818769fcdedd6a7e6e680..7fbb5ce0206d0f4cee12a88480506cd3e795c14d 100644 (file)
@@ -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