From: Henrik Nordstrom Date: Fri, 28 May 2010 14:15:11 +0000 (+0200) Subject: Disable memory pools by default X-Git-Tag: SQUID_3_2_0_1~183 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb348c284046bb05a8ac00ea4970ed3b6620b05c;p=thirdparty%2Fsquid.git Disable memory pools by default --- diff --git a/configure.in b/configure.in index 220f85128b..dddaff4e16 100644 --- a/configure.in +++ b/configure.in @@ -1963,8 +1963,8 @@ SQUID_YESNO([$enableval], [--disable-mempools option takes no arguments]) ]) # notice: the definition's value meaning is INVERTED -SQUID_DEFINE_BOOL(USE_MEMPOOLS,${enable_mempools:=yes}, - [Disable Memory Pools support and fall back to system malloc]) +SQUID_DEFINE_BOOL(USE_MEMPOOLS,${enable_mempools:=no}, + [Enable internal Memory Pools support (experimental)]) AC_MSG_NOTICE([MemPools enabled: $enable_mempools]) dnl Enable WIN32 Service compile mode