From 1482f0649e303c8bf11281268d3e1e6e2370c093 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 19 Dec 2022 07:26:21 -0800 Subject: YJIT: Improve the description about --enable-yjit (#6947) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 69f57d161c..7603f01253 100644 --- a/configure.ac +++ b/configure.ac @@ -3791,7 +3791,7 @@ AS_IF([test "$cross_compiling" = no], dnl build YJIT in release mode if rustc >= 1.58.0 is present and we are on a supported platform AC_ARG_ENABLE(yjit, AS_HELP_STRING([--enable-yjit], - [enable in-process JIT compiler that requires Rust build tools [default=no]]), + [enable in-process JIT compiler that requires Rust build tools. enabled by default on supported platforms if rustc 1.58.0+ is available]), [YJIT_SUPPORT=$enableval], [AS_CASE(["$enable_jit_support:$YJIT_TARGET_OK:$YJIT_RUSTC_OK"], [yes:yes:yes|:yes:yes], [ -- cgit v1.2.3