From cd07ab780520010dc94718379d58b7d3c7dc252b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 25 Apr 2012 17:22:54 +0200 Subject: build: Fix broken --disable-bluetooth --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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") -- cgit v1.2.3