From e5f0552e331f050e28ee8b202f47ac58292e61c1 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 19 Feb 2014 23:30:42 +0100 Subject: Disbale bluetooth by default --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2875414..8e88b9f 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ fi AC_SUBST(HTTPD) BLUETOOTH_PKG="mate-bluetooth-1.0 >= 1.2.0" -AC_ARG_ENABLE(bluetooth, AS_HELP_STRING([--disable-bluetooth],[compile without bluetooth support]),,enable_bluetooth=yes) +AC_ARG_ENABLE(bluetooth, AS_HELP_STRING([--disable-bluetooth],[compile without bluetooth support]),,enable_bluetooth=no) if test "x$enable_bluetooth" = "xyes"; then PKG_CHECK_MODULES(BLUETOOTH, $BLUETOOTH_PKG) AC_DEFINE(HAVE_BLUETOOTH, 1, [Set to true if mate-bluetooth support is available]) -- cgit v1.2.1