* configure.ac (HAVE_TREE_SITTER): Not set TREE_SITTER_LIBS.
This commit is contained in:
parent
1dd8ddee12
commit
c5b172ec58
1 changed files with 0 additions and 1 deletions
|
@ -3115,7 +3115,6 @@ 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.])
|
||||
TREE_SITTER_LIBS=-ltree-sitter
|
||||
TREE_SITTER_OBJ="treesit.o"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue