]> code.delx.au - gnu-emacs/commitdiff
* configure.in: Don't write a warning for D-Bus anymore.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 4 Nov 2010 16:00:35 +0000 (17:00 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 4 Nov 2010 16:00:35 +0000 (17:00 +0100)
ChangeLog
configure.in

index 11363c3e5924c20a922637fe2b7eb6dc38e455f1..f410bf234f107408cbc57bf81cd7b72266b90497 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 539b910cd71c9569b055636fcc2e785041e8a57f..da1589f99cc326b32553ae1912341366007ad0b8 100644 (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 &&