summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-01-25 13:20:39 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-01-26 16:31:08 +0900
commit00ee1d128f55e8bc3a101680336754026575c839 (patch)
treec0f47da1142bb7fecb5c370b5c88c9190821c835 /configure.ac
parent545ade21a2e1ed303b8c7a0b804a3139d674ce82 (diff)
Get rid of duplicate "--disable=gems" options
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7186
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 56c335a37a..39e7fd831b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,7 +70,7 @@ AS_IF([test "$HAVE_BASERUBY" != no -a "`RUBYOPT=- $BASERUBY --disable=gems -e 'p
# Can MSys shell run a command with a drive letter?
RUBYOPT=- `cygpath -ma "$BASERUBY"` --disable=gems -e exit 2>/dev/null || HAVE_BASERUBY=no
])
- BASERUBY="$BASERUBY --disable=gems"
+ RUBY_APPEND_OPTION(BASERUBY, "--disable=gems")
BASERUBY_VERSION=`$BASERUBY -v`
$BASERUBY -C "$srcdir" tool/downloader.rb -d tool -e gnu config.guess config.sub >&AS_MESSAGE_FD
], [