aboutsummaryrefslogtreecommitdiffstats
path: root/fsodeviced/configure.ac
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-04-25 07:51:13 +0200
committerSimon Busch <morphis@gravedo.de>2012-04-25 07:51:13 +0200
commit20c6d08bc859390a7772daefb831c933bb2cfee1 (patch)
treeb92d13ae7f51e6c5a86ea2f99a0b8cf6f3f628b3 /fsodeviced/configure.ac
parent97129bc57629d7215ce3592d4daa6aecc87e2335 (diff)
downloadcornucopia-20c6d08bc859390a7772daefb831c933bb2cfee1.tar.gz
cornucopia-20c6d08bc859390a7772daefb831c933bb2cfee1.tar.bz2
cornucopia-20c6d08bc859390a7772daefb831c933bb2cfee1.zip
fsodeviced: kernel26_rfkill: enable building by default
Diffstat (limited to 'fsodeviced/configure.ac')
-rw-r--r--fsodeviced/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/fsodeviced/configure.ac b/fsodeviced/configure.ac
index 4c756922..bbc5c14c 100644
--- a/fsodeviced/configure.ac
+++ b/fsodeviced/configure.ac
@@ -126,9 +126,9 @@ AM_CONDITIONAL( [WANT_FSORESOURCE], [test x"$fsoresource" = x"yes"])
#########################################################################################
AC_ARG_ENABLE(kernel26_rfkill,
- AS_HELP_STRING([--enable-kernel26-rfkill],[Enable building the rfkill power control plugin (default=disabled)]),
+ AS_HELP_STRING([--disable-kernel26-rfkill],[Disable building the rfkill power control plugin (default=enabled)]),
[rfkill=$enableval],
- [rfkill="no"])
+ [rfkill="yes"])
if test x$rfkill = "xyes"; then
# linux/rfkill.h