Signed-off-by: Francois Gouget <fgouget@xxxxxxxxxxxxxxx> --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 7033cbb..db2891f 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 -- 2.6.2 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel