* configure.ac (HAVE_TREE_SITTER): Not set TREE_SITTER_LIBS.

This commit is contained in:
Yuan Fu 2022-06-11 20:42:26 -07:00
parent 1dd8ddee12
commit c5b172ec58
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -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