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
This commit is contained in:
nobu 2014-08-10 03:31:37 +00:00
Родитель 62a4c2f55f
Коммит ac574fe862
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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])
])