aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-04-05 18:18:15 -0700
committerJason Evans <jasone@canonware.com>2016-05-13 10:27:33 -0700
commit17c021c1775c2b5f5f73e3c0f0d19e9b3e9c23b9 (patch)
tree758e77c3e6a828c544ae7624ba9cc26938c6632c /configure.ac
parentba5c7095175d490b1d3d008e40efa74a66de9eab (diff)
downloadplatform_external_jemalloc_new-17c021c1775c2b5f5f73e3c0f0d19e9b3e9c23b9.tar.gz
platform_external_jemalloc_new-17c021c1775c2b5f5f73e3c0f0d19e9b3e9c23b9.tar.bz2
platform_external_jemalloc_new-17c021c1775c2b5f5f73e3c0f0d19e9b3e9c23b9.zip
Remove redzone support.
This resolves #369.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 92192d4d..538e53f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -945,8 +945,7 @@ fi
dnl Support the junk/zero filling option by default.
AC_ARG_ENABLE([fill],
- [AS_HELP_STRING([--disable-fill],
- [Disable support for junk/zero filling and redzones])],
+ [AS_HELP_STRING([--disable-fill], [Disable support for junk/zero filling])],
[if test "x$enable_fill" = "xno" ; then
enable_fill="0"
else