1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2014-02-07 06:14:06 +00:00
parent e224ab088d
commit 6215756228

View file

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