summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2015-11-26 14:09:45 +0100
committerKarel Zak2015-11-26 14:09:45 +0100
commit8a2045620e13d66ba8f271dc8378f7bd0830aaae (patch)
treed4024cd884444e450e13b39627b6c2eda7f26be4 /configure.ac
parentlslocks: use stuff from lib/procutils (diff)
downloadkernel-qcow2-util-linux-8a2045620e13d66ba8f271dc8378f7bd0830aaae.tar.gz
kernel-qcow2-util-linux-8a2045620e13d66ba8f271dc8378f7bd0830aaae.tar.xz
kernel-qcow2-util-linux-8a2045620e13d66ba8f271dc8378f7bd0830aaae.zip
lsns: new command
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6075f7207..90d08f39e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1405,6 +1405,11 @@ UL_REQUIRES_LINUX([lsipc])
UL_REQUIRES_BUILD([lsipc], [libsmartcols])
AM_CONDITIONAL([BUILD_LSIPC], [test "x$build_lsipc" = xyes])
+UL_BUILD_INIT([lsns], [check])
+UL_REQUIRES_LINUX([lsns])
+UL_REQUIRES_BUILD([lsns], [libsmartcols])
+AM_CONDITIONAL([BUILD_LSNS], [test "x$build_lsns" = xyes])
+
UL_BUILD_INIT([renice], [yes])
AM_CONDITIONAL([BUILD_RENICE], [test "x$build_renice" = xyes])