Skip to content

Commit

Permalink
Fix a typo for RJIT_TARGET_OK (#8222)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 13, 2023
1 parent 20a0938 commit 75f4a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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]
)]
Expand Down

0 comments on commit 75f4a68

Please sign in to comment.