1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

add NATIVE_ELISP_SUFFIX def into congure.ac

This commit is contained in:
Andrea Corallo 2019-09-01 11:22:35 +02:00 committed by Andrea Corallo
parent 3b696d1cdc
commit a2257a531d

View File

@ -3678,6 +3678,8 @@ if test "${with_nativecomp}" != "no"; then
if test "${HAVE_LIBGCCJIT}" = "yes"; then
LIBGCCJIT_LIB=-lgccjit
AC_DEFINE([HAVE_LIBGCCJIT], 1, [Define to 1 if you have the libgccjit library (-lgccjit).])
AC_DEFINE_UNQUOTED(NATIVE_ELISP_SUFFIX, ".eln",
[System extension for native compiled elisp])
fi
fi
AC_SUBST([LIBGCCJIT_LIB])