[configure] Require dbus 1.2.14
authorJohan Dahlin <johan@gnome.org>
Sat, 19 Jun 2010 18:23:35 +0000 (15:23 -0300)
committerJohan Dahlin <johan@gnome.org>
Sat, 19 Jun 2010 18:24:18 +0000 (15:24 -0300)
dbus_message_set_serial requires dbus 1.2.14, make the dependency
explicit instead of failing to compile a test.

configure.in

index 99d960e..7102bb4 100644 (file)
@@ -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)