projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef8838c
)
* configure.ac (HAVE_TREE_SITTER): Set NEED_DYNLIB=yes (bug#65123).
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 7 Aug 2023 13:20:17 +0000
(16:20 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 7 Aug 2023 13:20:17 +0000
(16:20 +0300)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 5dd182ae6e575588c7e80ebb8def174063e93b67..ab401be1c1d68197e5c79ba321042707e6f9ab07 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3254,6
+3254,7
@@
if test "${with_tree_sitter}" != "no"; then
[HAVE_TREE_SITTER=yes], [HAVE_TREE_SITTER=no])
if test "${HAVE_TREE_SITTER}" = yes; then
AC_DEFINE(HAVE_TREE_SITTER, 1, [Define if using tree-sitter.])
+ NEED_DYNLIB=yes
else
EMACS_CHECK_MODULES([TREE_SITTER], [tree-sitter >= 0.6.3],
[HAVE_TREE_SITTER=yes], [HAVE_TREE_SITTER=no])