summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-12-23 16:26:18 -0500
committerDan Winship <danw@gnome.org>2014-02-17 15:35:41 -0500
commit0a3ec428cdf1c614f5c41573e1e284d84cb2f642 (patch)
tree7866c7f6eaa176800f19234f70e6b97ec1ed0de4
parent1fcc46ff6250f60ae054f1f135829518febd039c (diff)
downloadnetwork-manager-applet-0a3ec428cdf1c614f5c41573e1e284d84cb2f642.tar.gz
build: don't try to build bluetooth widget with newer gnome-bluetooth
Since the plugin API no longer exists. (Also, fix the configure output to not print two "checking for" messages.) https://bugzilla.gnome.org/show_bug.cgi?id=720108
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8c3175f7..7d779cff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -137,9 +137,9 @@ case "${with_bluetooth}" in
no) AC_MSG_NOTICE(Bluetooth support disabled)
;;
*)
- AC_MSG_CHECKING(for gnome-bluetooth)
PKG_CHECK_MODULES(GNOME_BLUETOOTH,
gnome-bluetooth-1.0 >= 2.27.6
+ gnome-bluetooth-1.0 < 3.11.0
libnm-util libnm-glib,
have_gbt=yes, have_gbt=no)
;;