summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-05 07:07:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-05 07:07:51 +0000
commit0be01189c760dacac857807e10440a46cd149e64 (patch)
tree35975afb74b5166f8a5ff72651c2096af94f065e /configure.in
parent18f4cf13b5dbdd3c72067b3717763646bd61b5ce (diff)
configure.in: HAVE_MALLOC_CONF
* configure.in: define HAVE_MALLOC_CONF when using jemalloc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 48a10811a0..9bd67580a2 100644
--- a/configure.in
+++ b/configure.in
@@ -1414,6 +1414,7 @@ AS_IF([test "x$with_jemalloc" = xyes],[
])
AS_IF([test "x$with_jemalloc" = xyes],
[
+ AC_DEFINE(HAVE_MALLOC_CONF)
ac_cv_func_malloc_usable_size=yes
],
[AC_MSG_ERROR([jemalloc requested but not found])