summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Gouget <fgouget@codeweavers.com>2015-11-23 17:33:15 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2015-11-25 10:12:35 +0100
commitdf3bafa6aa874ea3f5de19c73961724eea651895 (patch)
tree6d9991f714ca4b48ecb9b14b7f35357e364e2734
parent449ccb3f2564c1fb98fcdd0f7776ad2f738740ba (diff)
downloadspice-gtk-df3bafa6aa874ea3f5de19c73961724eea651895.tar.gz
spice-gtk-df3bafa6aa874ea3f5de19c73961724eea651895.tar.xz
spice-gtk-df3bafa6aa874ea3f5de19c73961724eea651895.zip
build-sys: Use SPICE_WARNING() to issue the DBus warning
Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 98de1c6..dea9a30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -671,6 +671,8 @@ have_dbus=no
if test "x$enable_dbus" != "xno"; then
AC_DEFINE([USE_GDBUS], [1], [Define if supporting gdbus])
have_dbus=yes
+else
+ SPICE_WARNING([No D-Bus support, desktop integration and USB redirection may not work properly])
fi
SPICE_CHECK_LZ4
@@ -750,6 +752,4 @@ AC_MSG_NOTICE([
Now type 'make' to build $PACKAGE
])
-if test "x$have_dbus" = "xno"; then
- AC_MSG_WARN([No D-Bus support, desktop integration and USB redirection may not work properly])
-fi
+SPICE_PRINT_MESSAGES