]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo
authorwessels <>
Fri, 11 Sep 1998 05:46:09 +0000 (05:46 +0000)
committerwessels <>
Fri, 11 Sep 1998 05:46:09 +0000 (05:46 +0000)
configure
configure.in

index de16d6699c52cd678c61e49988a16292eb172040..c76567bbf0c72987346e6ee200bf93f157165895 100755 (executable)
--- a/configure
+++ b/configure
@@ -49,7 +49,7 @@ ac_help="$ac_help
 ac_help="$ac_help
   --enable-arp-acl        Enable use of ARP ACL lists (ether address)"
 ac_help="$ac_help
-  --enable-htpc           Enable HTCP protocol"
+  --enable-htcp           Enable HTCP protocol"
 ac_help="$ac_help
   --enable-forw-via-db    Enable Forw/Via database"
 ac_help="$ac_help
@@ -578,7 +578,7 @@ fi
 
 
 
-# From configure.in Revision: 1.146 
+# From configure.in Revision: 1.147 
 ac_aux_dir=
 for ac_dir in cfgaux $srcdir/cfgaux; do
   if test -f $ac_dir/install-sh; then
index 97ba0421a27a9dadc0f58fb114edc8b94e280872..546d3438e38c806e5806d9e99d6b3e62bd22d380 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.147 1998/09/01 05:35:30 wessels Exp $
+dnl  $Id: configure.in,v 1.148 1998/09/10 23:46:10 wessels Exp $
 dnl
 dnl
 dnl
 AC_INIT(src/main.c)
 AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.147 $)dnl
+AC_REVISION($Revision: 1.148 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AC_CONFIG_AUX_DIR(cfgaux)
 
@@ -376,7 +376,7 @@ AC_ARG_ENABLE(arp_acl,
 ])
 
 AC_ARG_ENABLE(htcp,
-[  --enable-htpc           Enable HTCP protocol],
+[  --enable-htcp           Enable HTCP protocol],
 [ if test "$enableval" = "yes" ; then
     echo "HTCP enabled"
     HTCP_OBJS='$(HTCP_OBJS)'