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)
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