summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2020-10-04 09:12:49 +0200
committerAndrea Corallo <akrl@sdf.org>2020-10-04 19:44:15 +0200
commit187a0333bf0d1c5dd08ec76c9265e5a6077f8e74 (patch)
tree98c0f9e6e9f80b41edc9620e0631c893c89c5a3d /configure.ac
parent72682958683174b5133b09fd9ac256727e4d88a7 (diff)
downloademacs-187a0333bf0d1c5dd08ec76c9265e5a6077f8e74.tar.gz
* configure.ac: Better HAVE_NATIVE_COMP description
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 990933afc93..3d24751c934 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])