summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2017-11-27 17:44:43 +0100
committerKarel Zak2017-11-27 17:44:43 +0100
commit4b328279cebfa9a5eaad0b0f0a36227244dab58e (patch)
tree1e056800bb1c476b3c590da81e6ef3bef3257aee /configure.ac
parentlsns: initialize stuff when really necessary (diff)
downloadkernel-qcow2-util-linux-4b328279cebfa9a5eaad0b0f0a36227244dab58e.tar.gz
kernel-qcow2-util-linux-4b328279cebfa9a5eaad0b0f0a36227244dab58e.tar.xz
kernel-qcow2-util-linux-4b328279cebfa9a5eaad0b0f0a36227244dab58e.zip
build-sys: lsns requires libmount
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 79a1fd3b1..1cb18dc20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1619,6 +1619,7 @@ AM_CONDITIONAL([BUILD_LSIPC], [test "x$build_lsipc" = xyes])
UL_BUILD_INIT([lsns], [check])
UL_REQUIRES_LINUX([lsns])
UL_REQUIRES_BUILD([lsns], [libsmartcols])
+UL_REQUIRES_BUILD([lsns], [libmount])
AM_CONDITIONAL([BUILD_LSNS], [test "x$build_lsns" = xyes])
UL_BUILD_INIT([renice], [yes])