From ac574fe862ecadb1d81e66eaee5cb15e45720a3c Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 10 Aug 2014 03:31:37 +0000 Subject: [PATCH] configure.in: duplicated linker flags * configure.in (with_jemalloc): get rid of duplicated linker flags, as AC_CHECK_LIB adds it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 1 - 1 file changed, 1 deletion(-) 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]) ])