From: Henrik Nordstrom Date: Sat, 29 May 2010 18:39:21 +0000 (+0200) Subject: Remove --enable-chunkedmempools configure option. The chunked alloctor is now experim... X-Git-Tag: SQUID_3_2_0_1~179^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8730e87aa823f8dcd7ce175c9eb5cce09e629fcb;p=thirdparty%2Fsquid.git Remove --enable-chunkedmempools configure option. The chunked alloctor is now experimental and likely being phased out. --- diff --git a/configure.in b/configure.in index 7aa99daeae..c2839573cd 100644 --- a/configure.in +++ b/configure.in @@ -1953,18 +1953,18 @@ AC_ARG_WITH(valgrind-debug, ]) dnl Disable "memPools" code -AC_ARG_ENABLE(chunkedmempools, - AS_HELP_STRING([--enable-chunkedmempools], - [Enable experimental chunked memPools. Note that this option - simply sets the default behaviour. Specific classes can override this - at runtime, and only lib/MemPool.c needs to be altered - to change the squid-wide default for all classes.]), [ -SQUID_YESNO([$enableval], - [--enable-chunkedmempools option takes no arguments]) -]) +#AC_ARG_ENABLE(chunkedmempools, +# AS_HELP_STRING([--enable-chunkedmempools], +# [Enable experimental chunked memPools. Note that this option +# simply sets the default behaviour. Specific classes can override this +# at runtime, and only lib/MemPool.c needs to be altered +# to change the squid-wide default for all classes.]), [ +#SQUID_YESNO([$enableval], +# [--enable-chunkedmempools option takes no arguments]) +#]) SQUID_DEFINE_BOOL(USE_CHUNKEDMEMPOOLS,${enable_chunkedmempools:=no}, [Enable chunked Memory Pools support (experimental)]) -AC_MSG_NOTICE([Chunked MemPools enabled: $enable_chunkedmempools]) +#AC_MSG_NOTICE([Chunked MemPools enabled: $enable_chunkedmempools]) dnl Enable WIN32 Service compile mode AC_ARG_ENABLE(win32-service,