--------------------- PatchSet 5699 Date: 2007/09/14 12:48:54 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Fix the fix for --disable-mempools. Earlier update broke --enable-mempools case. Members: configure.in:1.63.2.56->1.63.2.57 Index: squid3/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid3/configure.in,v retrieving revision 1.63.2.56 retrieving revision 1.63.2.57 diff -u -r1.63.2.56 -r1.63.2.57 --- squid3/configure.in 12 Sep 2007 13:17:38 -0000 1.63.2.56 +++ squid3/configure.in 14 Sep 2007 12:48:54 -0000 1.63.2.57 @@ -1,7 +1,7 @@ dnl Configuration input file for Squid dnl -dnl $Id: configure.in,v 1.63.2.56 2007/09/12 13:17:38 amosjeffries Exp $ +dnl $Id: configure.in,v 1.63.2.57 2007/09/14 12:48:54 amosjeffries Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR(cfgaux) AC_CONFIG_SRCDIR([src/main.cc]) AM_INIT_AUTOMAKE([tar-ustar]) -AC_REVISION($Revision: 1.63.2.56 $)dnl +AC_REVISION($Revision: 1.63.2.57 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -1633,9 +1633,11 @@ 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.]) + 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