diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-04-25 17:22:54 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-04-25 17:22:54 +0200 |
commit | cd07ab780520010dc94718379d58b7d3c7dc252b (patch) | |
tree | cf36ba56dc43373ce470130e508f7ca92c2388ef /configure.ac | |
parent | c9effb3d1ec0b151553a17bdb9a0403bbdac8763 (diff) | |
download | connman-cd07ab780520010dc94718379d58b7d3c7dc252b.tar.gz connman-cd07ab780520010dc94718379d58b7d3c7dc252b.tar.bz2 connman-cd07ab780520010dc94718379d58b7d3c7dc252b.zip |
build: Fix broken --disable-bluetooth
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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") |