]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cosmetic fix of configure message on --enable-hostname-checks
authorhno <>
Sat, 1 Feb 2003 20:42:13 +0000 (20:42 +0000)
committerhno <>
Sat, 1 Feb 2003 20:42:13 +0000 (20:42 +0000)
configure.in

index 45fa7e61cfd69f5e35a89db68ba103cd35be1e35..862d400395c28f34bd5760eb4f8c362333d100f0 100644 (file)
@@ -3,7 +3,7 @@ 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.316 2003/01/27 09:49:08 robertc Exp $
+dnl  $Id: configure.in,v 1.317 2003/02/01 13:42:13 hno Exp $
 dnl
 dnl
 dnl
@@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([src/main.cc])
 AC_CONFIG_AUX_DIR(cfgaux)
 AM_INIT_AUTOMAKE(squid, 3.0-DEVEL)
 AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.316 $)dnl
+AC_REVISION($Revision: 1.317 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE
 
@@ -911,7 +911,7 @@ AC_ARG_ENABLE(hostname_checks,
                          prior Squid versions, but since Squid-3 Squid
                          no longer tries to police the use of DNS],
 [ if test "$enableval" = "yes"; then
-    echo "Disabling hostname sanity checks"
+    echo "Enabling hostname sanity checks"
     enable_hostname_checks=1
   fi
 ])