From 716967dd57b40aaa879f525cc21a838db072fb92 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 28 Mar 2011 19:05:44 +0100 Subject: [PATCH] Depend on dbus 1.2.16 for dbus_message_iter_abandon_container --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 91d3e5d..761d635 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]) -- 1.7.4.1