Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2022-06-09 17:17:18 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2022-06-10 16:32:47 +0300
commit3844b60b86bcacb8ff59de84e818bf4811319388 (patch)
tree9f6c75690350c13d7cdfc60a4d17e22397b202f8 /configure.ac
parent9a57e12a73c2784c99428f842f6a966d01f17c15 (diff)
....I..... [ZBX-21064] allowing to mix --with-libpcre(2)-(include,lib) flags with regular --with-libpcre flag
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bc5dedefe55..df61e5d0b20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2256,6 +2256,14 @@ if test "x$DB_CFLAGS" != "x"; then
echo " database: ${DB_CFLAGS}"
fi
+if test "x$LIBPCRE_CFLAGS" != "x"; then
+ echo " libpcre: ${LIBPCRE_CFLAGS}"
+fi
+
+if test "x$LIBPCRE2_CFLAGS" != "x"; then
+ echo " libpcre2: ${LIBPCRE2_CFLAGS}"
+fi
+
if test "x$LIBXML2_CFLAGS" != "x"; then
echo " libXML2: ${LIBXML2_CFLAGS}"
fi