From: Eli Zaretskii Date: Sat, 25 Nov 2023 12:05:57 +0000 (-0500) Subject: ; * configure.ac: Fix the unexec build. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9cd72fbfa62860e130e2884cd3515887edc9d34b;p=emacs.git ; * configure.ac: Fix the unexec build. --- 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