[Spice-commits] 2 commits - configure.ac spice-common

Christophe Fergau teuf at kemper.freedesktop.org
Wed Nov 25 01:55:03 PST 2015


 configure.ac |    6 +++---
 spice-common |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 0de7b5cf1f906b7801adc0d41fa260adbaa80c0a
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Nov 25 10:19:19 2015 +0100

    Update spice-common submodule
    
    The next commit is going to use SPICE_WARNING which was added recently
    to spice-common
    
    This submodule update changes:
    
    Christophe Fergeau (5):
          build-sys: Add gio-2.0 to SPICE_CHECK_GLIB2
          build-sys: Fix error in SPICE_CHECK_LZ4 description
          build-sys: Set automake conditional in SPICE_CHECK_SMARTCARD
          build-sys: Rename SUPPORT_GL to HAVE_GL
          build-sys: Add missing # to comment
    
    Francois Gouget (3):
          build-sys: Add the SPICE_WARNING() and SPICE_PRINT_MESSAGES m4 macros
          build-sys: Add SPICE_CHECK_GSTREAMER()
          build-sys: Add SPICE_CHECK_GSTREAMER_ELEMENTS()
    
    Lukas Venhoda (4):
          ssl-verify: Only check addr length when using IP addr
          m4: Require glib version >= 2.22
          ssl-verify: Changed IPv4 hostname to IPv6
          canvas_base: Remove redundant switch case block

diff --git a/spice-common b/spice-common
index f7ec855..401801b 160000
--- a/spice-common
+++ b/spice-common
@@ -1 +1 @@
-Subproject commit f7ec855af3deff18aeb43ddbf2467c565f4bf346
+Subproject commit 401801b5ba38ccfdc6a0873a2ae4af273c22b4f3
commit df3bafa6aa874ea3f5de19c73961724eea651895
Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Nov 23 17:33:15 2015 +0100

    build-sys: Use SPICE_WARNING() to issue the DBus warning
    
    Signed-off-by: Francois Gouget <fgouget at codeweavers.com>

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


More information about the Spice-commits mailing list