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>2021-12-16 17:32:53 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-12-16 17:32:53 +0300
commit9efef2350aa9b53417dee409da5a25f6857a4dd1 (patch)
tree8f0d399b80bdf18d9f37657e27867c093e353183 /configure.ac
parenteaa99ad51d15b7d3b5fa9ebc525b5e02cc62e883 (diff)
.......... [ZBXNEXT-4922] replaced $want_libpcre with $found_libpcre in configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0d75f7500de..cd3f5475c93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1874,7 +1874,7 @@ if test "x$server" = "xyes" || test "x$proxy" = "xyes" || test "x$agent" = "xyes
dnl Check for libpcre or libpcre2, used by Zabbix for regular expressions
dnl Must check for both pcre and pcre2 to check if both were selected by the user and produce an error in that case
LIBPCRE_CHECK_CONFIG([no])
-if test "x$enable_static_libs" != "xyes" || test "x$want_libpcre" != "xyes"; then
+if test "x$enable_static_libs" != "xyes" || test "x$found_libpcre" != "xyes"; then
LIBPCRE2_CHECK_CONFIG([no])
fi
if test "x$want_libpcre2" = "xyes"; then