From 187a0333bf0d1c5dd08ec76c9265e5a6077f8e74 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 4 Oct 2020 09:12:49 +0200 Subject: [PATCH] * configure.ac: Better HAVE_NATIVE_COMP description --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 990933afc93..3d24751c934 100644 --- a/configure.ac +++ b/configure.ac @@ -3809,7 +3809,7 @@ if test "${with_nativecomp}" != "no"; then LIBGCCJIT_LIB="-lgccjit -ldl" fi NEED_DYNLIB=yes - AC_DEFINE(HAVE_NATIVE_COMP, 1, [Define to 1 if you have the libgccjit library (-lgccjit).]) + AC_DEFINE(HAVE_NATIVE_COMP, 1, [Define to 1 if native compiler is available.]) fi AC_DEFINE_UNQUOTED(NATIVE_ELISP_SUFFIX, ".eln", [System extension for native compiled elisp]) -- 2.39.5