make mallocng the default malloc implementation
diff --git a/configure b/configure
index 0dfd2d1..18fda9a 100755
--- a/configure
+++ b/configure
@@ -36,7 +36,7 @@
--disable-static inhibit building static library [enabled]
Optional packages:
- --with-malloc=... choose malloc implementation [oldmalloc]
+ --with-malloc=... choose malloc implementation [mallocng]
Some influential environment variables:
CC C compiler command [detected]
@@ -142,7 +142,7 @@
wrapper=auto
gcc_wrapper=no
clang_wrapper=no
-malloc_dir=oldmalloc
+malloc_dir=mallocng
for arg ; do
case "$arg" in