summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2016-11-16 16:20:42 +0100
committerFrediano Ziglio <fziglio@redhat.com>2016-11-17 09:01:23 +0000
commit720f0d0a59c815361ebe8414b38ab1e361babcad (patch)
tree53fa027c521d374a5b3cb6ab15731807a2680465 /configure.ac
parenta7829c9609cab13b3ca0507a8bf39c66d778139e (diff)
Define G_LOG_DOMAIN
Otherwise messages produced by g_{warn, return, ...} are not prefixed like the spice_ variants. Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 68aed157..caf9f4cb 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