]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Better HAVE_NATIVE_COMP description
authorAndrea Corallo <akrl@sdf.org>
Sun, 4 Oct 2020 07:12:49 +0000 (09:12 +0200)
committerAndrea Corallo <akrl@sdf.org>
Sun, 4 Oct 2020 17:44:15 +0000 (19:44 +0200)
configure.ac

index 990933afc931272bcc2abd7df94e28f4b4d527e8..3d24751c93448ee57cae1593326c948dea1da5b3 100644 (file)
@@ -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])