From b9b81d8dd0aa4abcc754d050ec45a4e52868bb75 Mon Sep 17 00:00:00 2001 From: jacob Date: Thu, 14 Jul 2005 23:00:40 +0000 Subject: [PATCH] revert a broken change from an earlier fix --- snmp/autoconf/lustre-snmp.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snmp/autoconf/lustre-snmp.m4 b/snmp/autoconf/lustre-snmp.m4 index 713f395..313b38a 100644 --- a/snmp/autoconf/lustre-snmp.m4 +++ b/snmp/autoconf/lustre-snmp.m4 @@ -12,7 +12,7 @@ AC_ARG_ENABLE([snmp], AC_MSG_RESULT([$enable_snmp]) if test x$enable_snmp != xno ; then - AC_CHECK_PROG([NET_SNMP_CONFIG], [net-snmp-config]) + AC_CHECK_PROG([NET_SNMP_CONFIG], [net-snmp-config], [net-snmp-config]) if test "$NET_SNMP_CONFIG" ; then NET_SNMP_CFLAGS=$($NET_SNMP_CONFIG --base-cflags) NET_SNMP_LIBS=$($NET_SNMP_CONFIG --agent-libs) -- 1.8.3.1