emacs-diffs
[Top][All Lists]
Advanced

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

master 9cd72fbfa62: ; * configure.ac: Fix the unexec build.


From: Eli Zaretskii
Subject: master 9cd72fbfa62: ; * configure.ac: Fix the unexec build.
Date: Sat, 25 Nov 2023 07:12:04 -0500 (EST)

branch: master
commit 9cd72fbfa62860e130e2884cd3515887edc9d34b
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * configure.ac: Fix the unexec build.
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

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
       # 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



reply via email to

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