# HG changeset patch # User Michael Albinus # Date 1288886435 -3600 # Node ID 57927f4ca5003929b54f52ef20efcd992b461692 # Parent 4cf33ba4068d6012330552837fb3588378105635 * configure.in: Don't write a warning for D-Bus anymore. diff -r 4cf33ba4068d -r 57927f4ca500 ChangeLog --- a/ChangeLog Thu Nov 04 13:37:17 2010 +0100 +++ b/ChangeLog Thu Nov 04 17:00:35 2010 +0100 @@ -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 -r 4cf33ba4068d -r 57927f4ca500 configure.in --- a/configure.in Thu Nov 04 13:37:17 2010 +0100 +++ b/configure.in Thu Nov 04 17:00:35 2010 +0100 @@ -3070,11 +3070,6 @@ 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 &&