summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 5d0cc76..59a50ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -140,10 +140,6 @@ if test "x$ENABLE_DBUS" = "xyes"; then
AC_SUBST(DBUS_CFLAGS)
AC_SUBST(DBUS_LIBS)
-
- if pkg-config dbus-1 --atleast-version=0.30 ; then
- AC_DEFINE(DBUS_USE_NEW_API, 1, [Whether to use the new API for DBUS 0.30])
- fi
fi
AM_CONDITIONAL(ENABLE_DBUS, test "x$ENABLE_DBUS" = "xyes")