summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2017-05-03 12:00:20 +0200
committerKarel Zak2017-05-03 12:00:20 +0200
commit8b7f00a8bbfe21f942ab3c9094ee20dc92addaf6 (patch)
tree21b9c6f4e7a7a711f9ecb09581ce1b1174bae9af /configure.ac
parentbuild-sys: remove column-old.c (diff)
downloadkernel-qcow2-util-linux-8b7f00a8bbfe21f942ab3c9094ee20dc92addaf6.tar.gz
kernel-qcow2-util-linux-8b7f00a8bbfe21f942ab3c9094ee20dc92addaf6.tar.xz
kernel-qcow2-util-linux-8b7f00a8bbfe21f942ab3c9094ee20dc92addaf6.zip
build-sys: fix lsmem dependence
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 cee804a93..f0abedf17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1527,6 +1527,7 @@ AC_ARG_ENABLE([lsmem],
)
UL_BUILD_INIT([lsmem])
UL_REQUIRES_LINUX([lsmem])
+UL_REQUIRES_BUILD([lsmem], [libsmartcols])
AM_CONDITIONAL([BUILD_LSMEM], [test "x$build_lsmem" = xyes])