From: Yuan Fu Date: Sun, 12 Jun 2022 03:42:26 +0000 (-0700) Subject: * configure.ac (HAVE_TREE_SITTER): Not set TREE_SITTER_LIBS. X-Git-Tag: emacs-29.0.90~1920 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c5b172ec586fa5ed0ae0644e1760fcf7ef27dd02;p=emacs.git * configure.ac (HAVE_TREE_SITTER): Not set TREE_SITTER_LIBS. --- diff --git a/configure.ac b/configure.ac index bf97dd017c5..5a82d47db3d 100644 --- a/configure.ac +++ b/configure.ac @@ -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