X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=snmp%2Fautoconf%2Flustre-snmp.m4;fp=snmp%2Fautoconf%2Flustre-snmp.m4;h=713f395bfa6a8f9e3171822ef237d0a29f38e363;hb=35c9c737291034b9e58dfd8a00018b1ea589fddd;hp=2ca0f46bada8ae6dc0f8cf2d9eac300ecdcc07fc;hpb=f66254b8e2ac820dfee9cc7ebc6ab373378a43e6;p=fs%2Flustre-release.git diff --git a/snmp/autoconf/lustre-snmp.m4 b/snmp/autoconf/lustre-snmp.m4 index 2ca0f46..713f395 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], [net-snmp-config], []) + AC_CHECK_PROG([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) @@ -58,15 +58,6 @@ AC_SUBST(mibdir) ]) # -# LS_CONDITIONALS -# -# AM_CONDITIONALs for lustre-snmp -# -AC_DEFUN([LS_CONDITIONALS], -[ -]) - -# # LS_CONFIG_FILE # # files that should be generated with AC_OUTPUT