summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-12-04 22:18:42 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-12-04 22:18:43 -0800
commit72cff5f3af47ec8d694feef97516089e86d89673 (patch)
tree9ae0650b0a7fd599a037e24bafed39c8caec538b
parent5fbb4555b427909aed4fe2376c4c583849c1d51c (diff)
MJIT_CC and MJIT_SUPPORT are not a prefix
0b19e15a1239bff9ae854f522f954206ec910cf8 was also for "MJIT_SUPPORT" too.
-rwxr-xr-xtool/mkconfig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb
index f5e8809fcf..bcd5307841 100755
--- a/tool/mkconfig.rb
+++ b/tool/mkconfig.rb
@@ -62,7 +62,7 @@ File.foreach "config.status" do |line|
when /^(?:X|(?:MINI|RUN|(?:HAVE_)?BASE|BOOTSTRAP|BTEST)RUBY(?:_COMMAND)?$)/; next
when /^INSTALLDOC|TARGET$/; next
when /^DTRACE/; next
- when /^MJIT_(CC|SUPPORT)/; # pass
+ when /^MJIT_(CC|SUPPORT)$/; # pass
when /^MJIT_/; next
when /^(?:MAJOR|MINOR|TEENY)$/; vars[name] = val; next
when /^LIBRUBY_D?LD/; next