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:
parent
18f4cf13b5
commit
0be01189c7
1 changed files with 1 additions and 0 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue