* configure.in: Don't write a warning for D-Bus anymore.

This commit is contained in:
Michael Albinus 2010-11-04 17:00:35 +01:00
parent 31887d45e8
commit f34477d7f0
2 changed files with 4 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2010-11-04 Michael Albinus <michael.albinus@gmx.de>
* configure.in: Don't write a warning for D-Bus anymore.
2010-11-03 Glenn Morris <rgm@gnu.org>
* configure.in (CRT_DIR): New output variable.

View file

@ -3070,11 +3070,6 @@ to run if these resources are not installed."
echo
fi
if test "$HAVE_DBUS" = yes && test "${opsys}" != "gnu-linux"; then
echo "D-Bus integration has been tested for GNU/Linux only."
echo
fi
# Remove any trailing slashes in these variables.
[test "${prefix}" != NONE &&