aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2023-11-25 07:05:57 -0500
committerEli Zaretskii2023-11-25 07:05:57 -0500
commit9cd72fbfa62860e130e2884cd3515887edc9d34b (patch)
tree98094d17000918bb9fe9729a3bd05e4b6bdbab0d
parentd8726dd382a74737d19b958eaa037232fc9fb592 (diff)
downloademacs-9cd72fbfa62860e130e2884cd3515887edc9d34b.tar.gz
emacs-9cd72fbfa62860e130e2884cd3515887edc9d34b.zip
; * configure.ac: Fix the unexec build.
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index debc6d1078f..759dcd14d50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5158,6 +5158,9 @@ if test "${with_native_compilation}" = "default"; then
5158 # Check if libgccjit really works. 5158 # Check if libgccjit really works.
5159 AC_RUN_IFELSE([libgccjit_smoke_test], [], [libgccjit_broken]) 5159 AC_RUN_IFELSE([libgccjit_smoke_test], [], [libgccjit_broken])
5160 fi 5160 fi
5161 if test "$with_unexec" = yes; then
5162 with_native_compilation=no
5163 fi
5161fi 5164fi
5162 5165
5163if test "${with_native_compilation}" != "no"; then 5166if test "${with_native_compilation}" != "no"; then