diff options
author | infirit <[email protected]> | 2014-02-19 23:30:42 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-19 23:30:42 +0100 |
commit | e5f0552e331f050e28ee8b202f47ac58292e61c1 (patch) | |
tree | 7949547ea23978ceaa23bbc2947f66677e9804d6 | |
parent | c0f0c63c670d799dee4fa7577083d0cbace56db4 (diff) | |
download | mate-user-share-e5f0552e331f050e28ee8b202f47ac58292e61c1.tar.bz2 mate-user-share-e5f0552e331f050e28ee8b202f47ac58292e61c1.tar.xz |
Disbale bluetooth by default
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |