1
0
Fork 0
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:
Nobuyoshi Nakada 2022-10-15 01:03:47 +09:00
parent 6061003100
commit ee6cc25026
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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])