ruby-changes:46138
From: nobu <ko1@a...>
Date: Wed, 5 Apr 2017 16:07:57 +0900 (JST)
Subject: [ruby-changes:46138] nobu:r58252 (trunk): configure.in: HAVE_MALLOC_CONF
nobu 2017-04-05 16:07:51 +0900 (Wed, 05 Apr 2017) New Revision: 58252 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58252 Log: configure.in: HAVE_MALLOC_CONF * configure.in: define HAVE_MALLOC_CONF when using jemalloc. Modified files: trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 58251) +++ configure.in (revision 58252) @@ -1414,6 +1414,7 @@ AS_IF([test "x$with_jemalloc" = xyes],[ https://github.com/ruby/ruby/blob/trunk/configure.in#L1414 ]) 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]) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/