summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2017-02-24 14:05:59 +0100
committerKarel Zak2017-05-02 12:17:59 +0200
commit38d691921ce692ffd9e4584262ce4d3f9dfd3121 (patch)
tree3fb5d5e8dcb4730207c4f533656f07a1ce854029 /configure.ac
parentMerge branch 'master' of https://github.com/pali/util-linux (diff)
downloadkernel-qcow2-util-linux-38d691921ce692ffd9e4584262ce4d3f9dfd3121.tar.gz
kernel-qcow2-util-linux-38d691921ce692ffd9e4584262ce4d3f9dfd3121.tar.xz
kernel-qcow2-util-linux-38d691921ce692ffd9e4584262ce4d3f9dfd3121.zip
column: split old and new code
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 18bdf67f3..cee804a93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1635,7 +1635,8 @@ AM_CONDITIONAL([BUILD_COLCRT], [test "x$build_colcrt" = xyes])
UL_BUILD_INIT([colrm], [yes])
AM_CONDITIONAL([BUILD_COLRM], [test "x$build_colrm" = xyes])
-UL_BUILD_INIT([column], [yes])
+UL_BUILD_INIT([column], [check])
+UL_REQUIRES_BUILD([column], [libsmartcols])
AM_CONDITIONAL([BUILD_COLUMN], [test "x$build_column" = xyes])
UL_BUILD_INIT([hexdump], [yes])