From 62157562287b7ffc1c67941d2bdfbf1b3b6799f6 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 7 Feb 2014 06:14:06 +0000 Subject: [PATCH] configure.in: extra quotes * configure.in: remove extra quotes in message. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 14faafe69f..84aec14725 100644 --- a/configure.in +++ b/configure.in @@ -2755,7 +2755,7 @@ if test "$with_dln_a_out" != yes; then [*" "], [AS_CASE(["${linker_flag}"], [*,], [rpathflag=`echo "$rpathflag" | tr ' ' ,`])]) rpathflag="${linker_flag}${rpathflag}" - RUBY_TRY_LDFLAGS(["${rpathflag}."], [], [rpathflag=]) + RUBY_TRY_LDFLAGS([${rpathflag}.], [], [rpathflag=]) if test "x${rpathflag}" != x; then RPATHFLAG=" ${rpathflag}%1\$-s" break