summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-07 06:14:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-07 06:14:06 +0000
commit62157562287b7ffc1c67941d2bdfbf1b3b6799f6 (patch)
tree67a8dacc3224a94615afd4c2dee3cbf5ad84ddd2
parente224ab088dafcb126e6a87212e8640bf8d3dc21c (diff)
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
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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