mirror of
https://github.com/matrix-construct/construct
synced 2025-03-14 05:20:17 +01:00
configure: Use jemalloc by default if available.
This commit is contained in:
parent
9234fd34a6
commit
1abbd7a2dc
1 changed files with 4 additions and 1 deletions
|
@ -1696,7 +1696,10 @@ AC_ARG_ENABLE(jemalloc, AC_HELP_STRING([--enable-jemalloc], [Use jemalloc as thi
|
|||
AC_MSG_RESULT([no])
|
||||
])
|
||||
|
||||
AM_CONDITIONAL([JEMALLOC], [test "x$have_jemalloc" = "xyes" && test "x$use_jemalloc" = "xyes" ])
|
||||
dnl jemalloc by default if available
|
||||
dnl
|
||||
AM_CONDITIONAL([JEMALLOC], [test "x$have_jemalloc" = "xyes"])
|
||||
dnl AM_CONDITIONAL([JEMALLOC], [test "x$have_jemalloc" = "xyes" && test "x$use_jemalloc" = "xyes" ])
|
||||
|
||||
dnl
|
||||
dnl
|
||||
|
|
Loading…
Add table
Reference in a new issue