* configure.ac: Better HAVE_NATIVE_COMP description
This commit is contained in:
parent
7268295868
commit
187a0333bf
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue