emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 187a033 3/5: * configure.ac: Better HAVE_NATIVE_COMP


From: Andrea Corallo
Subject: feature/native-comp 187a033 3/5: * configure.ac: Better HAVE_NATIVE_COMP description
Date: Sun, 4 Oct 2020 13:54:33 -0400 (EDT)

branch: feature/native-comp
commit 187a0333bf0d1c5dd08ec76c9265e5a6077f8e74
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * configure.ac: Better HAVE_NATIVE_COMP description
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 990933a..3d24751 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]