summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-05-14 10:43:22 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-05-14 10:43:22 +0000
commitcb25df80c6bd65cea3ec869fa210b3feb2c78049 (patch)
treeac75c06c963d62f57d74583f3e7f9aa0d8defd8f /acinclude.m4
parentdbcb5d496a5adbf895cee6c705522cc0778e1445 (diff)
Support D-Bus version 0.23 and 0.33
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 874bd16a..5c27b5a8 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -244,6 +244,9 @@ AC_DEFUN([AC_PATH_DBUS], [
LDFLAGS="$LDFLAGS $DBUS_LIBS"
AC_CHECK_LIB(dbus-1, dbus_error_init, DBUS_LIBS="$DBUS_LIBS -ldbus-1", dbus_found=no)
+ AC_CHECK_LIB(dbus-1, dbus_pending_call_steal_reply, AC_DEFINE(HAVE_DBUS_PENDING_CALL_STEAL_REPLY, 1, [Define to 1 if you have the dbus_pending_call_steal_reply() function.]))
+ AC_CHECK_LIB(dbus-1, dbus_message_iter_get_basic, AC_DEFINE(HAVE_DBUS_MESSAGE_ITER_GET_BASIC, 1, [Define to 1 if you have the dbus_message_iter_get_basic() function.]))
+ AC_CHECK_LIB(dbus-1, dbus_message_append_args, AC_DEFINE(HAVE_DBUS_MESSAGE_APPEND_ARGS, 1, [Define to 1 if you have the dbus_message_append_args() function.]))
CPPFLAGS=$ac_save_CPPFLAGS
LDFLAGS=$ac_save_LDFLAGS