ruby-changes:35045
From: nobu <ko1@a...>
Date: Sun, 10 Aug 2014 12:31:46 +0900 (JST)
Subject: [ruby-changes:35045] nobu:r47127 (trunk): configure.in: duplicated linker flags
nobu 2014-08-10 12:31:37 +0900 (Sun, 10 Aug 2014) New Revision: 47127 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47127 Log: configure.in: duplicated linker flags * configure.in (with_jemalloc): get rid of duplicated linker flags, as AC_CHECK_LIB adds it. Modified files: trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 47126) +++ configure.in (revision 47127) @@ -1184,7 +1184,6 @@ AS_IF([test "x$with_jemalloc" = xyes],[ https://github.com/ruby/ruby/blob/trunk/configure.in#L1184 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]) ]) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/