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-26 15:14:10 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2020-02-26 15:14:10 +0300
commit9f6dd324520b84815e3792b5dc4a2a314f7f4f36 (patch)
tree9b138e41d283a3730d05e7b9e36c20e09a2e0216 /m4
parentfcd901fe43a024123f7d35df832288dbb6cc32a7 (diff)
.......PS. [ZBXNEXT-3940] snmp m4 improvement
Diffstat (limited to 'm4')
-rw-r--r--m4/netsnmp.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/netsnmp.m4 b/m4/netsnmp.m4
index 7e5591a55ac..73d253b1309 100644
--- a/m4/netsnmp.m4
+++ b/m4/netsnmp.m4
@@ -77,7 +77,7 @@ AC_HELP_STRING([--with-net-snmp@<:@=ARG@:>@],
netsnmp_version_check=`expr $netsnmp_version_number \>\= $netsnmp_version_req_number`
if test "$netsnmp_version_check" != "1"; then
- AC_MSG_RESULT([no])
+ AC_MSG_ERROR([Net-SNMP version mismatch])
else
AC_MSG_RESULT([yes])
fi