]> git.eshelyaron.com Git - emacs.git/commitdiff
; * configure.ac: Fix the unexec build.
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 Nov 2023 12:05:57 +0000 (07:05 -0500)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Nov 2023 12:05:57 +0000 (07:05 -0500)
configure.ac

index debc6d1078f5f87931fe76b0d59b398efaba5e3f..759dcd14d507ff05baaeae3f17818e3f7175becd 100644 (file)
@@ -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