[Spice-commits] m4/spice-deps.m4
Christophe Fergau
teuf at kemper.freedesktop.org
Mon Dec 14 07:02:04 PST 2015
m4/spice-deps.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d13fdd7fa9f539959529535fbfacbdbb5972a9a7
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Mon Dec 14 15:30:41 2015 +0100
m4: Fix SPICE_WARNING on el6
autogen.sh fails on el6 unless the second argument to
AC_DEFUN([SPICE_WARNING]) is enclosed in []
diff --git a/m4/spice-deps.m4 b/m4/spice-deps.m4
index 6237a10..f854eb1 100644
--- a/m4/spice-deps.m4
+++ b/m4/spice-deps.m4
@@ -11,7 +11,7 @@ m4_ifndef([AS_VAR_COPY],
# ----------------------
# Collect warnings and print them at the end so they are clearly visible.
# ---------------------
-AC_DEFUN([SPICE_WARNING],AS_VAR_APPEND([spice_warnings],["|$1"]))
+AC_DEFUN([SPICE_WARNING],[AS_VAR_APPEND([spice_warnings],["|$1"])])
AC_DEFUN([SPICE_PRINT_MESSAGES],[
ac_save_IFS="$IFS"
IFS="|"
More information about the Spice-commits
mailing list