From: Andrea Corallo Date: Sun, 4 Oct 2020 07:12:49 +0000 (+0200) Subject: * configure.ac: Better HAVE_NATIVE_COMP description X-Git-Tag: emacs-28.0.90~2727^2~399 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=187a0333bf0d1c5dd08ec76c9265e5a6077f8e74;p=emacs.git * configure.ac: Better HAVE_NATIVE_COMP description --- 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])