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:
parent
e224ab088d
commit
6215756228
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue