summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-06-21 10:31:28 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-06-21 10:31:28 +0000
commit4f047d2745c90f5d68b9fcf63c276c1369a84cc3 (patch)
treeaa8436cc289ba5cab12575399824254814c01f66 /configure.ac
parentd865d04651f5563c2b3257a8f2073c9eac5fcfe0 (diff)
- 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
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")