summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2cbe36f7cc..79a16bc70f 100644
--- a/configure.in
+++ b/configure.in
@@ -1184,7 +1184,6 @@ AS_IF([test "x$with_jemalloc" = xyes],[
AS_IF([test "x$with_jemalloc" = xyes],
[
ac_cv_func_malloc_usable_size=yes
- LIBS="-ljemalloc $LIBS"
],
[AC_MSG_ERROR([jemalloc requested but not found])
])