From: wessels <> Date: Fri, 11 Sep 1998 05:46:09 +0000 (+0000) Subject: typo X-Git-Tag: SQUID_3_0_PRE1~2744 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88b7de25a2e7232a467e2eab0ced545d26e5e343;p=thirdparty%2Fsquid.git typo --- diff --git a/configure b/configure index de16d6699c..c76567bbf0 100755 --- 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 diff --git a/configure.in b/configure.in index 97ba0421a2..546d3438e3 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.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)'