]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: fix description of utmpdump configure option
authorPetr Uzel <petr.uzel@suse.cz>
Fri, 27 Jul 2012 10:09:01 +0000 (12:09 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 30 Jul 2012 15:12:24 +0000 (17:12 +0200)
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
configure.ac

index e32a1c17f6ab51b2dee759f4155783a3323e844d..99f1df02539436cf47cb715ebee741eae8b4dc06 100644 (file)
@@ -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])