projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8726dd
)
; * configure.ac: Fix the unexec build.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 25 Nov 2023 12:05:57 +0000
(07:05 -0500)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 25 Nov 2023 12:05:57 +0000
(07:05 -0500)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index debc6d1078f5f87931fe76b0d59b398efaba5e3f..759dcd14d507ff05baaeae3f17818e3f7175becd 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-5158,6
+5158,9
@@
if test "${with_native_compilation}" = "default"; then
# Check if libgccjit really works.
AC_RUN_IFELSE([libgccjit_smoke_test], [], [libgccjit_broken])
fi
+ if test "$with_unexec" = yes; then
+ with_native_compilation=no
+ fi
fi
if test "${with_native_compilation}" != "no"; then