From: wessels <> Date: Fri, 17 Jul 1998 06:45:17 +0000 (+0000) Subject: added --enable-carp X-Git-Tag: SQUID_3_0_PRE1~3061 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=323fe0d4b8532d619d41f3c60e0f2528d1b50ec7;p=thirdparty%2Fsquid.git added --enable-carp --- diff --git a/configure.in b/configure.in index 3b1f4c5b8e..98d3a1bfef 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.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