summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-04-25 17:22:54 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-04-25 17:22:54 +0200
commitcd07ab780520010dc94718379d58b7d3c7dc252b (patch)
treecf36ba56dc43373ce470130e508f7ca92c2388ef /configure.ac
parentc9effb3d1ec0b151553a17bdb9a0403bbdac8763 (diff)
downloadconnman-cd07ab780520010dc94718379d58b7d3c7dc252b.tar.gz
connman-cd07ab780520010dc94718379d58b7d3c7dc252b.tar.bz2
connman-cd07ab780520010dc94718379d58b7d3c7dc252b.zip
build: Fix broken --disable-bluetooth
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 a1d135ba..d646c91c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -367,7 +367,7 @@ AC_ARG_ENABLE(wifi, AC_HELP_STRING([--disable-wifi],
[enable_wifi=${enableval}])
AM_CONDITIONAL(WIFI, test "${enable_wifi}" != "no")
-AC_ARG_ENABLE(BLUETOOTH, AC_HELP_STRING([--disable-bluetooth],
+AC_ARG_ENABLE(bluetooth, AC_HELP_STRING([--disable-bluetooth],
[disable Bluetooth support]),
[enable_bluetooth=${enableval}])
AM_CONDITIONAL(BLUETOOTH, test "${enable_bluetooth}" != "no")