boehm-gc: revert all CACAO-specific modifications; this is now an exact copy of the...
[cacao.git] / m4 / jit.m4
index 5f42f34cbd1ec52e32407761a8aec95198f13d46..3cd8dc0d06ca0acd724ee81710b9f658ba7a9295 100644 (file)
--- a/m4/jit.m4
+++ b/m4/jit.m4
@@ -28,7 +28,7 @@ dnl check for JIT compiler
 AC_DEFUN([AC_CHECK_ENABLE_JIT],[
 AC_MSG_CHECKING(whether JIT compiler should be compiled)
 AC_ARG_ENABLE([jit],
-              [AS_HELP_STRING(--disable-jit,disable JIT compiler [[default=yes]])],
+              [AS_HELP_STRING(--disable-jit,disable JIT compiler [[default=enabled]])],
               [case "${enableval}" in
                    no)
                        ENABLE_JIT=no