From 47aa0056abc3fbc7f323e891d89b35a250c1ee5e Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 15 Mar 2014 02:19:30 +0000 Subject: [PATCH] configure.in: fix typo * configure.in (DLDFLAGS): fix typo, missing comma. [ruby-core:61429] [Bug #9624] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d949498dd9..f4a5cc2ca0 100644 --- a/configure.in +++ b/configure.in @@ -2770,7 +2770,7 @@ if test "$with_dln_a_out" != yes; then 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" \