]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
added --enable-carp
authorwessels <>
Fri, 17 Jul 1998 06:45:17 +0000 (06:45 +0000)
committerwessels <>
Fri, 17 Jul 1998 06:45:17 +0000 (06:45 +0000)
configure.in

index 3b1f4c5b8e97bc757340e65d064251bf38ce2b89..98d3a1bfef7174cedf6e368c22d2788b4b6dba25 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.133 1998/07/16 22:55:43 wessels Exp $
+dnl  $Id: configure.in,v 1.134 1998/07/17 00:45:17 wessels Exp $
 dnl
 dnl
 dnl
 AC_INIT(src/main.c)
 AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.133 $)dnl
+AC_REVISION($Revision: 1.134 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AC_CONFIG_AUX_DIR(cfgaux)
 
@@ -211,6 +211,14 @@ AC_ARG_ENABLE(xmalloc_statistics,
   fi
 ])
 
+AC_ARG_ENABLE(carp,
+[  --enable-carp           Enable CARP support],
+[ if test "$enableval" = "yes" ; then
+    echo "CARP support enabled"
+    AC_DEFINE(USE_CARP)
+  fi
+])
+
 AC_ARG_ENABLE(async_io,
 [  --enable-async-io       Do ASYNC disk I/O using threads],
 [ if test "$enableval" = "yes" ; then