* configure.ac: Fix '--without-all' if libgccjit installed (bug#67799)
This commit is contained in:
parent
75fd7550ed
commit
281a16d15f
1 changed files with 5 additions and 0 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Reference in a new issue