From: wessels <> Date: Sat, 28 Mar 1998 11:33:38 +0000 (+0000) Subject: writing --enable-htcp X-Git-Tag: SQUID_3_0_PRE1~3731 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7407521096bc8fb9fb17e27f8846e7888e2881c1;p=thirdparty%2Fsquid.git writing --enable-htcp --- diff --git a/configure.in b/configure.in index 72e00985d3..b3b20ce772 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.110 1998/03/25 03:09:43 wessels Exp $ +dnl $Id: configure.in,v 1.111 1998/03/28 04:33:38 wessels Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.110 $)dnl +AC_REVISION($Revision: 1.111 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AC_CONFIG_AUX_DIR(cfgaux) @@ -320,6 +320,14 @@ AC_ARG_ENABLE(arp_acl, fi ]) +AC_ARG_ENABLE(htcp, +[ --enable-htpc Enable HTCP protocol], +[ if test "$enableval" = "yes" ; then + echo "HTCP enabled" + AC_DEFINE(USE_HTCP) + fi +]) + # Force some compilers to use ANSI features # case "$host" in