1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

MJIT_CC and MJIT_SUPPORT are not a prefix

0b19e15a12 was also for "MJIT_SUPPORT"
too.
This commit is contained in:
Takashi Kokubun 2019-12-04 22:18:42 -08:00
parent 5fbb4555b4
commit 72cff5f3af
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

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