summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-12-01 09:45:36 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-12-01 09:45:36 +0000
commit28d006a558733878ae5ebef458765b162afc58a4 (patch)
treecbb0dce1986e23c84210394c222d41b916a9a5c2
parentb1133cc662259843b6ec5c314b389f9a5cc9d84a (diff)
downloadgvfs-28d006a558733878ae5ebef458765b162afc58a4.tar.gz
Update bluez requirements, we can't really require the 4.x API without the
2008-12-01 Bastien Nocera <hadess@hadess.net> * configure.ac: Update bluez requirements, we can't really require the 4.x API without the 4.x libraries... svn path=/trunk/; revision=2114
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 415026e9..17197efa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-01 Bastien Nocera <hadess@hadess.net>
+
+ * configure.ac: Update bluez requirements, we
+ can't really require the 4.x API without the 4.x
+ libraries...
+
2008-12-01 Alexander Larsson <alexl@redhat.com>
* client/gdaemonmount.c:
diff --git a/configure.ac b/configure.ac
index 294c093f..5bf71227 100644
--- a/configure.ac
+++ b/configure.ac
@@ -260,7 +260,7 @@ OBEXFTP_LIBS=
OBEXFTP_CFLAGS=
if test "x$enable_obexftp" != "xno"; then
- PKG_CHECK_EXISTS(dbus-glib-1 bluez >= 3.12, msg_obexftp=yes)
+ PKG_CHECK_EXISTS(dbus-glib-1 bluez >= 4.0, msg_obexftp=yes)
dnl Make sure we have expat
AC_CHECK_LIB(expat, XML_ParserCreate_MM,
@@ -268,7 +268,7 @@ if test "x$enable_obexftp" != "xno"; then
have_expat=false)
if test "x$msg_obexftp" == "xyes" -a "x$have_expat" == "xtrue"; then
- PKG_CHECK_MODULES(OBEXFTP, dbus-glib-1 bluez >= 3.12)
+ PKG_CHECK_MODULES(OBEXFTP, dbus-glib-1 bluez >= 4.0)
AC_SUBST(OBEXFTP_LIBS)
AC_SUBST(OBEXFTP_CFLAGS)