diff options
| author | Jason Evans <jasone@canonware.com> | 2015-08-12 11:10:42 -0700 |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2015-08-12 11:10:42 -0700 |
| commit | 2662ba54494e37074bbc0fc7e4b3eafdd793e98e (patch) | |
| tree | 73006d9bb45edeaf7790f7ac9dcdc7ff50cfd677 /configure.ac | |
| parent | 03bf5b67be92db3a49f81816dccb5c18c0f2a0c0 (diff) | |
| download | platform_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.ac | 4 |
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 |
