aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2007-12-03 06:54:20 +0000
committerMichael Albinus <[email protected]>2007-12-03 06:54:20 +0000
commit868641ccd0e885f0be144851991660cd65333013 (patch)
treefc96238fedb3d06275d0ae5d5f0302329a81a615 /configure.in
parent7b13a0f20c0a3b4084d25d1dd6175159405c3218 (diff)
* configure.in: No need for DBUS_INFO anymore.
* configure: Regenerate. * Makefile.in (INFO_FILES): Use dbus unconditionally.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index c372f5c209..9ddc30fdaf 100644
--- a/configure.in
+++ b/configure.in
@@ -2271,12 +2271,8 @@ if test "${with_dbus}" = "yes"; then
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