mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-24 07:39:14 -04:00
Remove testing for SNMPGETNEXT from autotools stuff
This commit is contained in:
parent
bd6cff7f9c
commit
b65f94fe0e
1 changed files with 0 additions and 11 deletions
11
configure.ac
11
configure.ac
|
|
@ -1470,17 +1470,6 @@ AC_ARG_WITH(snmpgetnext_command,
|
|||
AS_IF([test -n "$PATH_TO_SNMPGET"], [
|
||||
AC_DEFINE_UNQUOTED(PATH_TO_SNMPGET,"$PATH_TO_SNMPGET",[path to snmpget binary])
|
||||
EXTRAS="$EXTRAS check_hpjd"
|
||||
|
||||
dnl PATH_TO_SNMPGETNEXT is used unconditionally in check_snmp:
|
||||
dnl
|
||||
dnl https://github.com/nagios-plugins/nagios-plugins/issues/788
|
||||
dnl
|
||||
AS_IF([test -n "$PATH_TO_SNMPGETNEXT"], [
|
||||
AC_DEFINE_UNQUOTED(PATH_TO_SNMPGETNEXT,"$PATH_TO_SNMPGETNEXT",[path to snmpgetnext binary])
|
||||
EXTRAS="$EXTRAS check_snmp\$(EXEEXT)"
|
||||
], [
|
||||
AC_MSG_WARN([Get snmpgetnext from https://net-snmp.sourceforge.io/ to build the check_snmp plugin])
|
||||
])
|
||||
], [
|
||||
AC_MSG_WARN([Get snmpget from https://net-snmp.sourceforge.io/ to build the check_hpjd and check_snmp plugins])
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue