Fix a typo for RJIT_TARGET_OK
(#8222)
This commit is contained in:
parent
20a09387d1
commit
75f4a687ed
@ -3940,7 +3940,7 @@ AC_ARG_ENABLE(rjit,
|
||||
AS_HELP_STRING([--enable-rjit],
|
||||
[enable pure-Ruby JIT compiler. enabled by default on Unix x86_64 platforms]),
|
||||
[RJIT_SUPPORT=$enableval],
|
||||
[AS_CASE(["$YJIT_TARGET_OK"],
|
||||
[AS_CASE(["$RJIT_TARGET_OK"],
|
||||
[yes], [RJIT_SUPPORT=yes],
|
||||
[RJIT_SUPPORT=no]
|
||||
)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user