* configure.ac: Fix non posix (bash only) eq operator

This commit is contained in:
Andrea Corallo 2023-11-22 16:30:01 +01:00
parent 025cd2a9c2
commit cfd47e516f

View file

@ -5149,7 +5149,7 @@ source on this site:
with_native_compilation=no])
if test "${with_native_compilation}" == "default"; then
if test "${with_native_compilation}" = "default"; then
# Check if libgccjit is available.
AC_CHECK_LIB([gccjit], [gcc_jit_context_acquire],
[], [libgccjit_not_found])