From: Karel Zak Date: Tue, 19 Sep 2017 11:22:31 +0000 (+0200) Subject: build-sys: make rfkill optional (and enabled by default) X-Git-Tag: v2.31-rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=271552c72a91294814dcaaedccc7f51fea46bd4d;p=thirdparty%2Futil-linux.git build-sys: make rfkill optional (and enabled by default) Signed-off-by: Karel Zak --- diff --git a/configure.ac b/configure.ac index 73cf221689..767baf76f7 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])