* configure.ac: Fix non posix (bash only) eq operator
This commit is contained in:
parent
025cd2a9c2
commit
cfd47e516f
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue