diff configure.in @ 87005:ce6a9097341e

* configure.in: No need for DBUS_INFO anymore. * configure: Regenerate. * Makefile.in (INFO_FILES): Use dbus unconditionally.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 03 Dec 2007 06:54:20 +0000
parents 3adb90e40145
children 178e4648e5d6
line wrap: on
line diff
--- a/configure.in	Mon Dec 03 06:48:12 2007 +0000
+++ b/configure.in	Mon Dec 03 06:54:20 2007 +0000
@@ -2271,12 +2271,8 @@
       AC_SUBST(DBUS_CFLAGS)
       DBUS_LIBS="-ldbus-1"
       AC_SUBST(DBUS_LIBS)
-      DBUS_INFO="dbus"
    fi
 fi
-dnl This must be substituted always, because the top level Makefile
-dnl cannot check for $HAVE_DBUS.
-AC_SUBST(DBUS_INFO)
 
 ### Link with -lXft if available to work around a bug.
 HAVE_XFT=maybe