summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-10 03:31:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-10 03:31:37 +0000
commitac574fe862ecadb1d81e66eaee5cb15e45720a3c (patch)
tree14f1cc25618f2bd26fd0098f3406e372d5a99ead /configure.in
parent62a4c2f55f7a9e328233784d11bae99efec8e61e (diff)
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
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])
])