From: Michael Albinus Date: Thu, 4 Nov 2010 16:00:35 +0000 (+0100) Subject: * configure.in: Don't write a warning for D-Bus anymore. X-Git-Tag: emacs-pretest-23.2.90~22 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f34477d7f057db3225b2f4335cc71cf556c6ad32;p=emacs.git * configure.in: Don't write a warning for D-Bus anymore. --- diff --git a/ChangeLog b/ChangeLog index 11363c3e592..f410bf234f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-11-04 Michael Albinus + + * configure.in: Don't write a warning for D-Bus anymore. + 2010-11-03 Glenn Morris * configure.in (CRT_DIR): New output variable. diff --git a/configure.in b/configure.in index 539b910cd71..da1589f99cc 100644 --- a/configure.in +++ b/configure.in @@ -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 &&