From 9cd72fbfa62860e130e2884cd3515887edc9d34b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 25 Nov 2023 07:05:57 -0500 Subject: ; * configure.ac: Fix the unexec build. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3