[geany/geany] eabc09: Use bundled regex library for tagmanager if necessary

Enrico Tröger git-noreply at xxxxx
Thu Nov 25 11:02:52 UTC 2021


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Thu, 25 Nov 2021 11:02:52 UTC
Commit:      eabc09a5591e8f2efd95ca136f5870c8dcba5483
             https://github.com/geany/geany/commit/eabc09a5591e8f2efd95ca136f5870c8dcba5483

Log Message:
-----------
Use bundled regex library for tagmanager if necessary


Modified Paths:
--------------
    src/tagmanager/Makefile.am

Modified: src/tagmanager/Makefile.am
5 lines changed, 5 insertions(+), 0 deletions(-)
===================================================================
@@ -4,6 +4,11 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/ctags/dsl \
 	-DGEANY_PRIVATE \
 	-DG_LOG_DOMAIN=\"Tagmanager\"
+
+if USE_BUNDLED_REGEX
+AM_CPPFLAGS += -I$(top_srcdir)/ctags/gnu_regex
+endif
+
 AM_CFLAGS = \
 	$(GTK_CFLAGS) \
 	@LIBGEANY_CFLAGS@



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list