mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Fix a comment [ci skip]
This commit is contained in:
parent
2a9d15b969
commit
308fb9c8b4
@ -4,6 +4,6 @@ AC_DEFUN([RUBY_APPEND_OPTION],
|
||||
AS_CASE([" [$]{$1-} "],
|
||||
[*" $2 "*], [], [' '], [ $1="$2"], [ $1="[$]$1 $2"])])dnl
|
||||
AC_DEFUN([RUBY_PREPEND_OPTION],
|
||||
[# RUBY_APPEND_OPTION($1)
|
||||
[# RUBY_PREPEND_OPTION($1)
|
||||
AS_CASE([" [$]{$1-} "],
|
||||
[*" $2 "*], [], [' '], [ $1="$2"], [ $1="$2 [$]$1"])])dnl
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user