Bug 1246: From Eric Hall, fix typo: s/NETSNMPCNFIG/NETSNMPCONFIG/

svn path=/trunk/; revision=19984
This commit is contained in:
Jeff Morriss 2006-11-26 08:28:09 +00:00
parent 6a9d8055ed
commit 51143fa1ef
1 changed files with 1 additions and 1 deletions

View File

@ -1117,7 +1117,7 @@ AC_DEFUN([AC_WIRESHARK_NETSNMP_CHECK],
#
AC_PATH_PROG(NETSNMPCONFIG, net-snmp-config)
else
NETSNMPCNFIG=$netsnmpconfig
NETSNMPCONFIG=$netsnmpconfig
if test ! -x $NETSNMPCONFIG -o ! -f $NETSNMPCONFIG ; then
NETSNMPCONFIG=$netsnmpconfig/bin/net-snmp-config
if test ! -x $NETSNMPCONFIG -o ! -f $NETSNMPCONFIG ; then