We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9d15b commit 308fb9cCopy full SHA for 308fb9c
tool/m4/ruby_append_option.m4
@@ -4,6 +4,6 @@ AC_DEFUN([RUBY_APPEND_OPTION],
4
AS_CASE([" [$]{$1-} "],
5
[*" $2 "*], [], [' '], [ $1="$2"], [ $1="[$]$1 $2"])])dnl
6
AC_DEFUN([RUBY_PREPEND_OPTION],
7
- [# RUBY_APPEND_OPTION($1)
+ [# RUBY_PREPEND_OPTION($1)
8
9
[*" $2 "*], [], [' '], [ $1="$2"], [ $1="$2 [$]$1"])])dnl
0 commit comments