summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-03-28 19:05:44 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-04-13 14:01:08 +0100
commit367a58bc081d451ff90262ae96b7d78ea74f3d11 (patch)
tree20324a960be992dde0df88f7ea48cd7b90dd07e7
parent0f782b478a784ac890741e5d84fd741a26d49510 (diff)
Depend on dbus 1.2.16 for dbus_message_iter_abandon_container
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=30171
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7ea6a63..61522e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -362,7 +362,7 @@ XML_CFLAGS=
#### Set up final flags
-PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.1, have_dbus=yes, have_dbus=no)
+PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.2.16, have_dbus=yes, have_dbus=no)
if test x$have_dbus = xno ; then
AC_MSG_ERROR([DBus development libraries not found])