Fix a typo for RJIT_TARGET_OK (#8222)

This commit is contained in:
Nobuyoshi Nakada 2023-12-13 16:28:22 +09:00 committed by GitHub
parent 20a09387d1
commit 75f4a687ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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