summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2014-07-01 18:20:37 -0400
committerBehdad Esfahbod <behdad@behdad.org>2014-07-01 18:20:37 -0400
commit54b4496e9c2368c53f1cff57347c1f395328a142 (patch)
tree4d4dfd8ff557970f450986aca778e8942ac9fc63
parent77f7f6c0bb16b89eac1e3b3d264f49b2ee02de3e (diff)
Disable memory pool by default
https://bugs.freedesktop.org/show_bug.cgi?id=79385
-rw-r--r--configure.ac10
1 files changed, 2 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index ac703e4..c44a928 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,14 +152,8 @@ else
fi
AC_SUBST(FRIBIDI_NO_DEPRECATED)
-# --enable-malloc
-AC_ARG_ENABLE(malloc,
- AC_HELP_STRING([--enable-malloc],
- [use simple malloc instead of memory chunks]))
-if test x$enable_malloc = xyes; then
- AC_DEFINE(USE_SIMPLE_MALLOC,1,
- [Define to 1 if you want to use simple mallocs instead of memory chunks])
-fi
+AC_DEFINE(USE_SIMPLE_MALLOC,1,
+ [Define to 1 if you want to use simple mallocs instead of memory chunks])
# --disable-charsets
AC_ARG_ENABLE(charsets,