projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75fd755
)
* configure.ac: Fix '--without-all' if libgccjit installed (bug#67799)
author
Andrea Corallo
<acorallo@gnu.org>
Wed, 13 Dec 2023 11:22:39 +0000
(12:22 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Wed, 13 Dec 2023 11:25:23 +0000
(12:25 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index a279f78a0ea32d4e8f65a80fe4021d59b97bcaa8..0224c9c32ebb450e99409a95ec03eef4bacca4e6 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-5149,6
+5149,11
@@
source on this site:
with_native_compilation=no])
+if test "$with_features" = "no" \
+ && test "${with_native_compilation}" = "default"; then
+ with_native_compilation=no
+fi
+
if test "${with_native_compilation}" = "default"; then
# Check if libgccjit is available.
AC_CHECK_LIB([gccjit], [gcc_jit_context_acquire],