From b4237a1ddb7c8f197a1862cb6524e2711f251b89 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 28 Mar 2011 14:40:12 +0100 Subject: [PATCH 4/5] Remove unused DBUS_DAEMONDIR --- configure.ac | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index e854dc2..6cb6de4 100644 --- a/configure.ac +++ b/configure.ac @@ -357,16 +357,6 @@ PKG_CHECK_MODULES([DBUS], [dbus-1 >= 1.2.16]) AC_SUBST([DBUS_CFLAGS]) AC_SUBST([DBUS_LIBS]) -DBUS_DAEMONDIR=`pkg-config dbus-1 --variable=daemondir` -if test x"$DBUS_DAEMONDIR" != "x"; then - # Add slash, so that if the D-Bus pkgconfig file does not - # specify daemondir, the tools/Makefile.am file will look - # in the PATH for the daemon, as was previous behavior. - # - DBUS_DAEMONDIR="$DBUS_DAEMONDIR/" -fi -AC_SUBST(DBUS_DAEMONDIR) - # Glib detection PKG_CHECK_MODULES([DBUS_GLIB], [gobject-2.0 >= 2.26, gio-2.0 >= 2.26]) PKG_CHECK_MODULES(DBUS_GLIB_THREADS, gthread-2.0 >= 2.6, have_glib_threads=yes, have_glib_threads=no) -- 1.7.5.3