From f34477d7f057db3225b2f4335cc71cf556c6ad32 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 4 Nov 2010 17:00:35 +0100 Subject: [PATCH] * configure.in: Don't write a warning for D-Bus anymore. --- ChangeLog | 4 ++++ configure.in | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 11363c3e59..f410bf234f 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 539b910cd7..da1589f99c 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 && -- 2.20.1