summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-08-26 22:40:38 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-08-26 22:40:38 +0000
commitea567c62de2fd8f0d44e02c8f0d3805943a77040 (patch)
treee6777b7072974f233ccc741d088b18b17bbce159 /acinclude.m4
parent4eb7a31e82e765a2ccb74b0fb4637c3cdf386786 (diff)
Fix D-Bus 0.2x and 0.3x problems
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index ed00a60e..83adb960 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -244,9 +244,7 @@ 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