]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - configure.in
writing --enable-htcp
[thirdparty/squid.git] / configure.in
index 72e00985d31924900931e0b8c5f32d30da4b896d..b3b20ce772bc6743e0d4a354754c3b9aac57fb23 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.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