MJIT_CC and MJIT_SUPPORT are not a prefix
0b19e15a1239bff9ae854f522f954206ec910cf8 was also for "MJIT_SUPPORT" too.
This commit is contained in:
parent
5fbb4555b4
commit
72cff5f3af
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user