From: Petr Uzel Date: Fri, 27 Jul 2012 10:09:01 +0000 (+0200) Subject: build-sys: fix description of utmpdump configure option X-Git-Tag: v2.22-rc2~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9b534611225865104b258dec26450b892e9a808;p=thirdparty%2Futil-linux.git build-sys: fix description of utmpdump configure option Signed-off-by: Petr Uzel --- diff --git a/configure.ac b/configure.ac index e32a1c17f6..99f1df0253 100644 --- a/configure.ac +++ b/configure.ac @@ -1020,7 +1020,7 @@ AM_CONDITIONAL(BUILD_LAST, test "x$build_last" = xyes) AC_ARG_ENABLE([utmpdump], - AS_HELP_STRING([--disable-utmpdump], [build utmpdump]), + AS_HELP_STRING([--disable-utmpdump], [do not build utmpdump]), [], enable_utmpdump=yes ) UL_BUILD_INIT([utmpdump])