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>2020-02-25 18:57:42 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2020-02-25 18:57:42 +0300
commit09203f3eaabd9ce925df44014ebdf7bac81665b6 (patch)
tree59d408bf5cf9dae59ece70dd42e0d64533e6af8c /m4
parent645a4413ebc01408462807f14599decc96010ea9 (diff)
.......PS. [ZBXNEXT-3940] m4 message style improvement
Diffstat (limited to 'm4')
-rw-r--r--m4/netsnmp.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/netsnmp.m4 b/m4/netsnmp.m4
index 5e3e06ac995..7e5591a55ac 100644
--- a/m4/netsnmp.m4
+++ b/m4/netsnmp.m4
@@ -48,6 +48,7 @@ AC_HELP_STRING([--with-net-snmp@<:@=ARG@:>@],
netsnmp_version_req=$2
if test -n "$netsnmp_version_req"; then
+ AC_MSG_CHECKING(version of netsnmp library)
LIBNETSNMP_CONFIG_VERSION=`$_libnetsnmp_config --version`
netsnmp_version_major=`expr $LIBNETSNMP_CONFIG_VERSION : '\([[0-9]]*\)'`
netsnmp_version_minor=`expr $LIBNETSNMP_CONFIG_VERSION : '[[0-9]]*\.\([[0-9]]*\)'`
@@ -77,6 +78,8 @@ AC_HELP_STRING([--with-net-snmp@<:@=ARG@:>@],
if test "$netsnmp_version_check" != "1"; then
AC_MSG_RESULT([no])
+ else
+ AC_MSG_RESULT([yes])
fi
fi