summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2025-12-11 02:55:05 -0500
committerAlan Wu <XrXr@users.noreply.github.com>2025-12-11 15:45:56 -0500
commiteb889e474d02f79565f5d8cf001d86bd8aeb737d (patch)
treed4648794e621d9ad9bc48427b7843597ba7e9717
parentc092c294d4ef08135c5d63db00824b3ec27274d2 (diff)
ZJIT: s/checking possible to build ZJIT/checking prerequisites for ZJIT/
Reads better to me: > checking prerequisites for ZJIT... yes
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 766c75089c..5dadf13168 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3957,7 +3957,7 @@ AC_ARG_ENABLE(zjit,
[AS_CASE(["$JIT_TARGET_OK"],
[yes], [
rb_zjit_build_possible=no
- AC_MSG_CHECKING([possible to build ZJIT])dnl only checked when --enable-zjit is not specified
+ AC_MSG_CHECKING([prerequisites for ZJIT])dnl only checked when --enable-zjit is not specified
# Fails in case rustc target doesn't match ruby target. Can happen on Rosetta, for example.
# 1.85.0 is the first stable version that supports the 2024 edition.
AS_IF([test "$RUSTC" != "no" && echo "#[cfg(target_arch = \"$JIT_TARGET_ARCH\")] fn main() {}" |