; * configure.ac: Fix the unexec build.

This commit is contained in:
Eli Zaretskii 2023-11-25 07:05:57 -05:00
parent d8726dd382
commit 9cd72fbfa6

View 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