Fix a typo.

svn path=/trunk/; revision=12107
This commit is contained in:
Guy Harris 2004-09-26 22:28:23 +00:00
parent f3381337cc
commit 5491cfb3df
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ else
fi
if test "x$have_net_snmp" = "xyes" || test "x$have_ucd_snmp" = "xyes"; then
AC_DEFINE(HAVE_SOME_SNMP, 1, [Define to if some SNMP support is to be used])
AC_DEFINE(HAVE_SOME_SNMP, 1, [Define to 1 if some SNMP support is to be used])
fi
AC_SUBST(SNMP_LIBS)