aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-26 22:28:23 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-26 22:28:23 +0000
commit5491cfb3df69e8e0c0590cae555dc2793d417377 (patch)
treed0828e5be6c3fe5ecaa0a0aeb4ebec2ef9842cef /configure.in
parentf3381337cca1474c8a5c4e6888d25f64545e19bf (diff)
Fix a typo.
svn path=/trunk/; revision=12107
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4b54bc56f3..775b3669b3 100644
--- a/configure.in
+++ b/configure.in
@@ -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)