aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-08-12 11:10:42 -0700
committerJason Evans <jasone@canonware.com>2015-08-12 11:10:42 -0700
commit2662ba54494e37074bbc0fc7e4b3eafdd793e98e (patch)
tree73006d9bb45edeaf7790f7ac9dcdc7ff50cfd677 /configure.ac
parent03bf5b67be92db3a49f81816dccb5c18c0f2a0c0 (diff)
downloadplatform_external_jemalloc_new-2662ba54494e37074bbc0fc7e4b3eafdd793e98e.tar.gz
platform_external_jemalloc_new-2662ba54494e37074bbc0fc7e4b3eafdd793e98e.tar.bz2
platform_external_jemalloc_new-2662ba54494e37074bbc0fc7e4b3eafdd793e98e.zip
Stop forcing --enable-munmap on MinGW.
This is no longer necessary because of the more general chunk merge/split approach to dealing with map coalescing.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 6f44b6c3..f7c7f3ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -881,10 +881,6 @@ fi
],
[enable_munmap="${default_munmap}"]
)
-if test "x$enable_munmap" = "x0" -a "x${maps_coalesce}" = "x0" ; then
- AC_MSG_RESULT([Forcing munmap to avoid non-coalescing map issues])
- enable_munmap="1"
-fi
if test "x$enable_munmap" = "x1" ; then
AC_DEFINE([JEMALLOC_MUNMAP], [ ])
fi