mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove wrong dollar
This commit is contained in:
parent
6061003100
commit
ee6cc25026
1 changed files with 1 additions and 1 deletions
|
@ -3070,7 +3070,7 @@ AS_IF([test "$rb_cv_dlopen" = yes], [
|
|||
"-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])
|
||||
|
|
Loading…
Reference in a new issue