Fix a comment [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2025-10-27 20:47:24 +09:00
parent 2a9d15b969
commit 308fb9c8b4
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

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