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:
parent
3b696d1cdc
commit
a2257a531d
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user