summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2012-06-29 16:34:46 +0200
committerKarel Zak2012-06-29 16:34:46 +0200
commit78d5ceacb1f5a093c90399159314b7652922fcdc (patch)
treeea3f2418f7ff105b846378aba49a996c3e493f0c /configure.ac
parentfindmnt: add TID column (diff)
downloadkernel-qcow2-util-linux-78d5ceacb1f5a093c90399159314b7652922fcdc.tar.gz
kernel-qcow2-util-linux-78d5ceacb1f5a093c90399159314b7652922fcdc.tar.xz
kernel-qcow2-util-linux-78d5ceacb1f5a093c90399159314b7652922fcdc.zip
utmpdump: new command, merge from sysvinit
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 37d5fa4c3..198366a3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -998,6 +998,14 @@ UL_BUILD_INIT([last])
AM_CONDITIONAL(BUILD_LAST, test "x$build_last" = xyes)
+AC_ARG_ENABLE([utmpdump],
+ AS_HELP_STRING([--disable-utmpdump], [build utmpdump]),
+ [], enable_utmpdump=yes
+)
+UL_BUILD_INIT([utmpdump])
+AM_CONDITIONAL(BUILD_UTMPDUMP, test "x$build_utmpdump" = xyes)
+
+
AC_ARG_ENABLE([line],
AS_HELP_STRING([--enable-line], [build line]),
[], enable_line=no