Fix autoconf checking
This commit is contained in:
parent
07ef938e3d
commit
2d4bd48116
2 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,7 @@ AC_ARG_ENABLE(debug,
|
|||
AC_ARG_WITH([malloc],
|
||||
AS_HELP_STRING([--without-malloc], [Use the default malloc]))
|
||||
|
||||
AS_IF([test "x$with_malloc" != "xno"],
|
||||
AS_IF([test "x$with_malloc" == "xjemalloc"],
|
||||
[AC_CHECK_HEADERS([jemalloc/jemalloc.h], [
|
||||
found_jemalloc=yes; break
|
||||
])])
|
||||
|
|
|
@ -442,3 +442,4 @@
|
|||
1400668268,13174604.57
|
||||
1400668574,13632260.72
|
||||
1400681414,10832905.89
|
||||
1400685490,13185955.87
|
||||
|
|
|
Loading…
Reference in a new issue