summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPetr Uzel2012-07-27 12:09:01 +0200
committerKarel Zak2012-07-30 17:12:24 +0200
commitc9b534611225865104b258dec26450b892e9a808 (patch)
tree2e525ba3a1e2e171504c570c0dad0df9491e8825 /configure.ac
parenttests: more robust symlinks usage (diff)
downloadkernel-qcow2-util-linux-c9b534611225865104b258dec26450b892e9a808.tar.gz
kernel-qcow2-util-linux-c9b534611225865104b258dec26450b892e9a808.tar.xz
kernel-qcow2-util-linux-c9b534611225865104b258dec26450b892e9a808.zip
build-sys: fix description of utmpdump configure option
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e32a1c17f..99f1df025 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])