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

ruby-changes:73987

From: Nobuyoshi <ko1@a...>
Date: Sat, 15 Oct 2022 01:06:44 +0900 (JST)
Subject: [ruby-changes:73987] ee6cc25026 (master): Remove wrong dollar

https://git.ruby-lang.org/ruby.git/commit/?id=ee6cc25026

From ee6cc2502664ac46edc61868d8954b626bb48e53 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sat, 15 Oct 2022 01:03:47 +0900
Subject: Remove wrong dollar

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d20d70b8d1..058bfd3aa8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3070,7 +3070,7 @@ AS_IF([test "$rb_cv_dlopen" = yes], [ https://github.com/ruby/ruby/blob/trunk/configure.ac#L3070
 	  "-undefined dynamic_lookup" \
 	  ; do
             test "x${linker_flag}" = x || flag="${linker_flag}`echo ${flag} | tr ' ' ,`"
-            RUBY_TRY_LDFLAGS([$flag], [], [$flag=])
+            RUBY_TRY_LDFLAGS([$flag], [], [flag=])
             AS_IF([test x"$flag" = x], [continue])
 
             AC_MSG_CHECKING([whether $flag is accepted for bundle])
-- 
cgit v1.2.1


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

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