]> git.eshelyaron.com Git - emacs.git/commitdiff
add NATIVE_ELISP_SUFFIX def into congure.ac
authorAndrea Corallo <andrea_corallo@yahoo.it>
Sun, 1 Sep 2019 09:22:35 +0000 (11:22 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:41 +0000 (11:37 +0100)
configure.ac

index d059b7d67248dff123ed626c25c23eef4a389989..6213051a602ac69ccd7d665b7053b14997b74b6d 100644 (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])