dnl Configuration input file for Squid
dnl
-dnl $Id: configure.in,v 1.478 2007/09/17 21:06:09 hno Exp $
+dnl $Id: configure.in,v 1.479 2007/09/20 11:03:42 amosjeffries Exp $
dnl
dnl
dnl
AC_CONFIG_AUX_DIR(cfgaux)
AC_CONFIG_SRCDIR([src/main.cc])
AM_INIT_AUTOMAKE([tar-ustar])
-AC_REVISION($Revision: 1.478 $)dnl
+AC_REVISION($Revision: 1.479 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AM_MAINTAINER_MODE
])
dnl Disable "memPools" code
-AC_DEFINE(DISABLE_POOLS, 0, [Define if you have problems with memPools and want to disable Pools.])
AC_ARG_ENABLE(mempools,
[ --disable-mempools Disable memPools. Note that this option now simply sets the
default behaviour. Specific classes can override this at runtime, and
[ if test "$enableval" = "no" ; then
echo "memPools disabled"
AC_DEFINE(DISABLE_POOLS, 1, [Define if you have problems with memPools and want to disable Pools])
+ else
+ AC_DEFINE(DISABLE_POOLS, 0, [Define if you have problems with memPools and want to disable Pools.])
fi
+],
+[ AC_DEFINE(DISABLE_POOLS, 0, [Define if you have problems with memPools and want to disable Pools.])
])
dnl Enable WIN32 Service compile mode