Commit 281a16d1 authored by Andrea Corallo's avatar Andrea Corallo
Browse files

* configure.ac: Fix '--without-all' if libgccjit installed (bug#67799)

parent 75fd7550
Pipeline #27482 failed with stages
in 73 minutes and 4 seconds
......@@ -5149,6 +5149,11 @@ source on this site:
with_native_compilation=no])
if test "$with_features" = "no" \
&& test "${with_native_compilation}" = "default"; then
with_native_compilation=no
fi
if test "${with_native_compilation}" = "default"; then
# Check if libgccjit is available.
AC_CHECK_LIB([gccjit], [gcc_jit_context_acquire],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment