[glib] [configure] Require dbus 1.2.14



commit dbe68f7c834c152c111afba41ffffd70a8e6997c
Author: Johan Dahlin <johan gnome org>
Date:   Sat Jun 19 15:23:35 2010 -0300

    [configure] Require dbus 1.2.14
    
    dbus_message_set_serial requires dbus 1.2.14, make the dependency
    explicit instead of failing to compile a test.

 configure.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 99d960e..7102bb4 100644
--- a/configure.in
+++ b/configure.in
@@ -3556,8 +3556,9 @@ fi
 
 # Check for libdbus1 - Optional - is only used in the GDBus test cases
 #
+# 1.2.14 required for dbus_message_set_serial
 PKG_CHECK_MODULES(DBUS1,
-                  dbus-1,
+                  dbus-1 >= 1.2.14,
                   [AC_DEFINE(HAVE_DBUS1, 1, [Define if dbus-1 is available]) have_dbus1=yes],
                   have_dbus1=no)
 AC_SUBST(DBUS1_CFLAGS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]