From: Andy Wingo Date: Sun, 19 Apr 2015 13:56:42 +0000 (+0200) Subject: Remove rfkill check X-Git-Tag: v219.0~41 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=7ccbdfc48fc925d3c74a867c8996ceff866c7fd3 Remove rfkill check --- diff --git a/configure.ac b/configure.ac index c0e1fee83..e5c3b305f 100644 --- a/configure.ac +++ b/configure.ac @@ -485,14 +485,6 @@ fi AM_CONDITIONAL([HAVE_SMACK], [test "x$have_smack" = "xyes"]) -# ------------------------------------------------------------------------------ -have_rfkill=no -AC_ARG_ENABLE(rfkill, AS_HELP_STRING([--disable-rfkill], [disable rfkill tools])) -if test "x$enable_rfkill" != "xno"; then - have_rfkill=yes -fi -AM_CONDITIONAL(ENABLE_RFKILL, [test "$have_rfkill" = "yes"]) - # ------------------------------------------------------------------------------ have_logind=no AC_ARG_ENABLE(logind, AS_HELP_STRING([--disable-logind], [disable login daemon])) @@ -964,7 +956,6 @@ AC_MSG_RESULT([ SECCOMP: ${have_seccomp} SMACK: ${have_smack} ACL: ${have_acl} - rfkill: ${have_rfkill} logind: ${have_logind} machined: ${have_machined} importd: ${have_importd}