* 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
This commit is contained in:
nobu 2014-03-15 02:19:30 +00:00
Родитель 1eaddcaffa
Коммит 47aa0056ab
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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