* configure.ac (HAVE_TREE_SITTER): Set NEED_DYNLIB=yes (bug#65123).
This commit is contained in:
parent
ef8838c3a5
commit
e1874c4e8b
1 changed files with 1 additions and 0 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue