From: Florian Forster Date: Sat, 4 Dec 2010 08:30:47 +0000 (+0100) Subject: configure.in: Fix a typo in an AC_ARG_WITH description. X-Git-Tag: collectd-5.0.0-beta0~3^2^2~1 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=296384e956f728c636f9284b59330472e409c15f configure.in: Fix a typo in an AC_ARG_WITH description. --- diff --git a/configure.in b/configure.in index 8f6eadee..b8c06738 100644 --- a/configure.in +++ b/configure.in @@ -3289,7 +3289,7 @@ AM_CONDITIONAL(BUILD_WITH_LIBTOKYOTYRANT, test "x$with_libtokyotyrant" = "xyes") with_libupsclient_config="" with_libupsclient_cflags="" with_libupsclient_libs="" -AC_ARG_WITH(libupsclient, [AS_HELP_STRING([--with-libupsclient@<:@=PREFIX@:>@], [Path to the Net-SNMPD library.])], +AC_ARG_WITH(libupsclient, [AS_HELP_STRING([--with-libupsclient@<:@=PREFIX@:>@], [Path to the upsclient library.])], [ if test "x$withval" = "xno" then