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
path: root/m4
diff options
context:
space:
mode:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2021-02-09 22:03:54 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2021-02-09 22:03:54 +0300
commit732977c7c72c0e74adf7f1d62359fda7509e3cc0 (patch)
tree8e1d360a7512161175c864685a56411f0f3dc83f /m4
parentfe391e8689c523d3c7ea6b173d25aa5dba3a6902 (diff)
........S. [ZBXNEXT-6427] added support enable-static-libs flag
Diffstat (limited to 'm4')
-rw-r--r--m4/netsnmp.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/netsnmp.m4 b/m4/netsnmp.m4
index 9c9f2e72b3d..1b7b6f465ca 100644
--- a/m4/netsnmp.m4
+++ b/m4/netsnmp.m4
@@ -44,6 +44,7 @@ AC_HELP_STRING([--with-net-snmp@<:@=ARG@:>@],
if test "x$_libnetsnmp_config" = "xno"; then
AC_PATH_PROG([_libnetsnmp_config], [net-snmp-config], [])
want_static_netsnmp="no"
+ test "x$enable_static_libs" = "xyes" && want_static_netsnmp="yes"
else
want_static_netsnmp="yes"
fi