Mention 'slab' in --with-malloc docs. Merge fakehosts when merging accounts.
[srvx.git] / configure.in
index 3df600bf3404a8692c53e8e00860c888c3828b9f..3fe7fa03a4c098dcf33bf19e9ba324edb7fe8014 100644 (file)
@@ -152,7 +152,7 @@ dnl Optional features.
 AC_MSG_CHECKING(which malloc to use)
 AC_ARG_WITH(malloc,
 [  --with-malloc=type      Enables use of a special malloc library; one of:
-                          system (the default), boehm-gc, dmalloc, mpatrol, srvx],
+                          system (the default), boehm-gc, dmalloc, mpatrol, srvx, slab],
 [],
 [withval="system"])
 if test "x$withval" = "xsystem" ; then