summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSami Kerola2017-06-25 10:42:06 +0200
committerSami Kerola2017-08-30 21:32:48 +0200
commitb3849c66d372a28312dab196df9c9b01b11f107a (patch)
treee098c4b9c5d45068a0eba175585db0aea99c4e8e /configure.ac
parentrfkill: do not ignore read error (diff)
downloadkernel-qcow2-util-linux-b3849c66d372a28312dab196df9c9b01b11f107a.tar.gz
kernel-qcow2-util-linux-b3849c66d372a28312dab196df9c9b01b11f107a.tar.xz
kernel-qcow2-util-linux-b3849c66d372a28312dab196df9c9b01b11f107a.zip
rfkill: use libsmartcols output
This also makes the rfkill to output status when executed without arguments. That is believed ot be more useful than usage() output. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
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 dd1e324dd..1fb61bb9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1619,6 +1619,7 @@ AM_CONDITIONAL([BUILD_RENICE], [test "x$build_renice" = xyes])
UL_BUILD_INIT([rfkill], [yes])
UL_REQUIRES_LINUX([rfkill])
+UL_REQUIRES_BUILD([rfkill], [libsmartcols])
AM_CONDITIONAL([BUILD_RFKILL], [test "x$build_rfkill" = xyes])
UL_BUILD_INIT([setsid], [yes])