From: Andrea Corallo Date: Sun, 1 Sep 2019 09:22:35 +0000 (+0200) Subject: add NATIVE_ELISP_SUFFIX def into congure.ac X-Git-Tag: emacs-28.0.90~2727^2~1241 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2257a531d0cd4c1d2bbfe374f490fa956be0330;p=emacs.git add NATIVE_ELISP_SUFFIX def into congure.ac --- diff --git a/configure.ac b/configure.ac index d059b7d6724..6213051a602 100644 --- a/configure.ac +++ b/configure.ac @@ -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])