1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2017-04-05 07:07:51 +00:00
parent 18f4cf13b5
commit 0be01189c7

View file

@ -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])