summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2017-09-19 13:22:31 +0200
committerKarel Zak2017-09-19 13:22:31 +0200
commit271552c72a91294814dcaaedccc7f51fea46bd4d (patch)
tree7b2827726918c251a257e3d0b0867e88a2d3d862 /configure.ac
parentbuild-sys: add libtinfow check (diff)
downloadkernel-qcow2-util-linux-271552c72a91294814dcaaedccc7f51fea46bd4d.tar.gz
kernel-qcow2-util-linux-271552c72a91294814dcaaedccc7f51fea46bd4d.tar.xz
kernel-qcow2-util-linux-271552c72a91294814dcaaedccc7f51fea46bd4d.zip
build-sys: make rfkill optional (and enabled by default)
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 73cf22168..767baf76f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1614,7 +1614,7 @@ AM_CONDITIONAL([BUILD_RENICE], [test "x$build_renice" = xyes])
AC_ARG_ENABLE([rfkill],
AS_HELP_STRING([--disable-rfkill], [do not build rfkill]),
- [], [UL_DEFAULT_ENABLE([rfkill], [yes])]
+ [], [UL_DEFAULT_ENABLE([rfkill], [check])]
)
UL_BUILD_INIT([rfkill])
UL_REQUIRES_LINUX([rfkill])