From 296384e956f728c636f9284b59330472e409c15f Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 4 Dec 2010 09:30:47 +0100 Subject: [PATCH] configure.in: Fix a typo in an AC_ARG_WITH description. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0