]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Fix non posix (bash only) eq operator
authorAndrea Corallo <acorallo@gnu.org>
Wed, 22 Nov 2023 15:30:01 +0000 (16:30 +0100)
committerAndrea Corallo <acorallo@gnu.org>
Wed, 22 Nov 2023 15:34:13 +0000 (16:34 +0100)
configure.ac

index c3019564143085988796faf2f02e954cc29342a4..debc6d1078f5f87931fe76b0d59b398efaba5e3f 100644 (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])