Fix autoconf checking

This commit is contained in:
c9s 2014-05-21 23:24:30 +08:00
parent 07ef938e3d
commit 2d4bd48116
2 changed files with 2 additions and 1 deletions

View file

@ -49,7 +49,7 @@ AC_ARG_ENABLE(debug,
AC_ARG_WITH([malloc], AC_ARG_WITH([malloc],
AS_HELP_STRING([--without-malloc], [Use the default 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], [ [AC_CHECK_HEADERS([jemalloc/jemalloc.h], [
found_jemalloc=yes; break found_jemalloc=yes; break
])]) ])])

View file

@ -442,3 +442,4 @@
1400668268,13174604.57 1400668268,13174604.57
1400668574,13632260.72 1400668574,13632260.72
1400681414,10832905.89 1400681414,10832905.89
1400685490,13185955.87

1 1400242718 5649455.80
442 1400668268 13174604.57
443 1400668574 13632260.72
444 1400681414 10832905.89
445 1400685490 13185955.87