[Spice-commits] configure.ac

Frediano Ziglio fziglio at kemper.freedesktop.org
Thu Nov 17 09:03:38 UTC 2016


 configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 720f0d0a59c815361ebe8414b38ab1e361babcad
Author: Pavel Grunt <pgrunt at redhat.com>
Date:   Wed Nov 16 16:20:42 2016 +0100

    Define G_LOG_DOMAIN
    
    Otherwise messages produced by g_{warn, return, ...} are not prefixed
    like the spice_ variants.
    
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/configure.ac b/configure.ac
index 68aed15..caf9f4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -127,6 +127,7 @@ dnl Check deps
 
 AC_CONFIG_SUBDIRS([spice-common])
 COMMON_CFLAGS='-I ${top_srcdir}/spice-common/ -I ${top_builddir}/spice-common/'
+COMMON_CFLAGS+=' -DG_LOG_DOMAIN=\"Spice\"'
 AC_SUBST(COMMON_CFLAGS)
 
 AC_CHECK_LIBM


More information about the Spice-commits mailing list