ruby-changes:33261
From: nobu <ko1@a...>
Date: Sat, 15 Mar 2014 11:19:37 +0900 (JST)
Subject: [ruby-changes:33261] nobu:r45340 (trunk): configure.in: fix typo
nobu 2014-03-15 11:19:30 +0900 (Sat, 15 Mar 2014) New Revision: 45340 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45340 Log: configure.in: fix typo * configure.in (DLDFLAGS): fix typo, missing comma. [ruby-core:61429] [Bug #9624] Modified files: trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 45339) +++ configure.in (revision 45340) @@ -2770,7 +2770,7 @@ if test "$with_dln_a_out" != yes; then https://github.com/ruby/ruby/blob/trunk/configure.in#L2770 if test "$rb_cv_dlopen" = yes; then AS_CASE(["$target_os"], - [darwin*] [ + [darwin*], [ for flag in \ "${linker_flag}-undefined${linker_flag:+,}dynamic_lookup" \ "${linker_flag}-multiply_defined${linker_flag:+,}suppress" \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/