* configure.ac: Better HAVE_NATIVE_COMP description

This commit is contained in:
Andrea Corallo 2020-10-04 09:12:49 +02:00
parent 7268295868
commit 187a0333bf

View file

@ -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])