[gnome-user-share] build: Re-enable Bluetooth support by default
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-share] build: Re-enable Bluetooth support by default
- Date: Tue, 12 Nov 2013 13:21:09 +0000 (UTC)
commit 493f5b6085ab92edc0f593d1658978f298a8dd68
Author: Bastien Nocera <hadess hadess net>
Date: Thu Nov 7 19:21:23 2013 +0100
build: Re-enable Bluetooth support by default
It's being shipped with Bluetooth support in a couple of places
already, and the support works well enough that it's not such
a problem to enable by default anymore.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1809184..ac7187e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ fi
AC_SUBST(HTTPD)
BLUETOOTH_PKG="gnome-bluetooth-1.0 >= 3.9.3"
-AC_ARG_ENABLE(bluetooth, AS_HELP_STRING([--disable-bluetooth],[compile without bluetooth
support]),,enable_bluetooth=no)
+AC_ARG_ENABLE(bluetooth, AS_HELP_STRING([--disable-bluetooth],[compile without bluetooth
support]),,enable_bluetooth=yes)
if test "x$enable_bluetooth" = "xyes"; then
PKG_CHECK_MODULES(BLUETOOTH, $BLUETOOTH_PKG)
AC_DEFINE(HAVE_BLUETOOTH, 1, [Set to true if gnome-bluetooth support is available])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]