summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2010-11-04 17:00:35 +0100
committerMichael Albinus <michael.albinus@gmx.de>2010-11-04 17:00:35 +0100
commitf34477d7f057db3225b2f4335cc71cf556c6ad32 (patch)
tree7a6560cea612b2c7f5b7d473ddd6cca2cb2b244b
parent31887d45e8c5cf28b1e85f76a0aba40186f7f1a5 (diff)
downloademacs-f34477d7f057db3225b2f4335cc71cf556c6ad32.tar.gz
* configure.in: Don't write a warning for D-Bus anymore.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in5
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 11363c3e592..f410bf234f1 100644
--- 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.
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 &&