summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-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,