projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
025cd2a
)
* configure.ac: Fix non posix (bash only) eq operator
author
Andrea Corallo
<acorallo@gnu.org>
Wed, 22 Nov 2023 15:30:01 +0000
(16:30 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Wed, 22 Nov 2023 15:34:13 +0000
(16:34 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c3019564143085988796faf2f02e954cc29342a4..debc6d1078f5f87931fe76b0d59b398efaba5e3f 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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])