aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2003-08-29 04:20:22 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2003-08-29 04:20:22 +0000
commit625ce0f651f49ac37bc3134a66bb5badbb1d6393 (patch)
treeb89ac7476a9af750d9d7f47d557909580aca5797 /configure.in
parent1cf6565adc2cc5eb7d51bb4ed9d44d0944d2361d (diff)
Make the configure flag --with-ucd-snmp consistent with --with-net-snmp.
That is, change it from --with-ucdsnmp. svn path=/trunk/; revision=8307
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 1b0d3ee344..6869a1f899 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.217 2003/08/21 07:06:48 guy Exp $
+# $Id: configure.in,v 1.218 2003/08/29 04:20:22 sharpe Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -556,9 +556,9 @@ changequote([, ])dnl
[netsnmpconfig=$withval]
)
-AC_ARG_WITH(ucdsnmp,
+AC_ARG_WITH(ucd-snmp,
changequote(<<, >>)dnl
-<< --with-ucdsnmp[=DIR] use UCD SNMP client library (located in directory DIR, if supplied). [default=yes, if present]>>,
+<< --with-ucd-snmp[=DIR] use UCD SNMP client library (located in directory DIR, if supplied). [default=yes, if present]>>,
changequote([, ])dnl
[
if test $withval = no