From 4f047d2745c90f5d68b9fcf63c276c1369a84cc3 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Tue, 21 Jun 2005 10:31:28 +0000 Subject: - updated Debian initscript to use libdeamon features (-k/-D/-r). - fix a duplicate detection of dbus api version. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@134 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure.ac') 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") -- cgit