Skip to content

Commit

Permalink
Remove wrong dollar
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu authored and unak committed Feb 7, 2023
1 parent a0a9918 commit 72beb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2890,7 +2890,7 @@ AS_IF([test "$with_dln_a_out" != 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])
Expand Down

0 comments on commit 72beb9f

Please sign in to comment.