aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-01-24 04:50:50 +0000
committerGlenn Morris <[email protected]>2008-01-24 04:50:50 +0000
commitbf9a7ece32985dea7fbbb23852c3b68d3d9ef8b1 (patch)
tree3a9e683866ef294bcc8c91ebd8a66d7992d7c258 /configure.in
parent478975a92ab0e5d966082be1b565bb3792bfd987 (diff)
Standardize dbus-related messages.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 91a23e74f7..a13c1f3137 100644
--- a/configure.in
+++ b/configure.in
@@ -1771,18 +1771,14 @@ if test "${HAVE_GTK}" = "yes"; then
fi
dnl D-Bus has been tested under GNU/Linux only. Must be adapted for
-dnl other platforms. Support for higher D-Bus versions but 1.0 is
+dnl other platforms. Support for higher D-Bus versions than 1.0 is
dnl also not configured.
HAVE_DBUS=no
-AC_MSG_CHECKING([maybe dbus])
if test "${with_dbus}" = "yes"; then
PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.0, HAVE_DBUS=yes, HAVE_DBUS=no)
if test "$HAVE_DBUS" = yes; then
AC_DEFINE(HAVE_DBUS, 1, [Define to 1 if using D-Bus.])
fi
- AC_MSG_RESULT($HAVE_DBUS)
-else
- AC_MSG_RESULT(no bub)
fi
### Link with -lXft if available to work around a bug.
@@ -2971,6 +2967,7 @@ echo " Does Emacs use a gif library? ${HAVE_GIF} $ac_
echo " Does Emacs use -lpng? ${HAVE_PNG}"
echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}"
echo " Does Emacs use -lgpm? ${HAVE_GPM}"
+echo " Does Emacs use -ldbus? ${HAVE_DBUS}"
echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
echo