summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index cc76f03..c98380c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -155,9 +155,6 @@ else
fi
AC_SUBST(FRIBIDI_NO_DEPRECATED)
-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,
AC_HELP_STRING([--disable-charsets],
@@ -214,5 +211,5 @@ AC_CONFIG_FILES([fribidi.pc
bin/Makefile
doc/Makefile
test/Makefile
- fribidi-vs-unicode/Makefile])
+ fribidi-vs-unicode/Makefile])
AC_OUTPUT