Make the configure flag --with-ucd-snmp consistent with --with-net-snmp.

That is, change it from --with-ucdsnmp.

svn path=/trunk/; revision=8307
This commit is contained in:
Richard Sharpe 2003-08-29 04:20:22 +00:00
parent 1cf6565adc
commit 625ce0f651
1 changed files with 3 additions and 3 deletions

View File

@ -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