[前][次][番号順一覧][スレッド一覧]

ruby-changes:32798

From: nobu <ko1@a...>
Date: Fri, 7 Feb 2014 15:14:10 +0900 (JST)
Subject: [ruby-changes:32798] nobu:r44877 (trunk): configure.in: extra quotes

nobu	2014-02-07 15:14:06 +0900 (Fri, 07 Feb 2014)

  New Revision: 44877

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44877

  Log:
    configure.in: extra quotes
    
    * configure.in: remove extra quotes in message.

  Modified files:
    trunk/configure.in
Index: configure.in
===================================================================
--- configure.in	(revision 44876)
+++ configure.in	(revision 44877)
@@ -2755,7 +2755,7 @@ if test "$with_dln_a_out" != yes; then https://github.com/ruby/ruby/blob/trunk/configure.in#L2755
 		[*" "], [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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]