]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Disable memory pools by default
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 28 May 2010 14:15:11 +0000 (16:15 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 28 May 2010 14:15:11 +0000 (16:15 +0200)
configure.in

index 220f85128bfadf5ae690f27aa8ab2c3c1841a397..dddaff4e1649bb59565cce9af96cc48cf5624572 100644 (file)
@@ -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