summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Gouget <fgouget@codeweavers.com>2015-11-03 13:06:26 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2015-11-16 16:33:58 +0100
commitf6106afa4f83c945892775cef0a1a3e342fdf22b (patch)
treebd96643d2165505ee3e702e3d8f51e40defb73ab
parenta26b4daf98ed7866a7f241e81cd021902d219b8a (diff)
downloadspice-f6106afa4f83c945892775cef0a1a3e342fdf22b.tar.gz
spice-f6106afa4f83c945892775cef0a1a3e342fdf22b.tar.xz
spice-f6106afa4f83c945892775cef0a1a3e342fdf22b.zip
build-sys: Use SPICE_WARNING() to issue the architecture warning
Note that spice-deps.m4 now provides the AS_VAR_APPEND() fallback. Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
-rw-r--r--configure.ac13
m---------spice-common0
2 files changed, 2 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index ad764677..c8cce476 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,17 +57,12 @@ AC_FUNC_ALLOCA
SPICE_LT_VERSION=m4_format("%d:%d:%d", SPICE_CURRENT, SPICE_REVISION, SPICE_AGE)
AC_SUBST(SPICE_LT_VERSION)
-# For autoconf < 2.63
-m4_ifndef([AS_VAR_APPEND],
- AC_DEFUN([AS_VAR_APPEND], $1=$$1$2))
-
# Check for the CPU we are using
case $host_cpu in
x86_64)
- arch_warn=""
;;
*)
- arch_warn="spice-server on non-x86_64 architectures hasn't been extensively tested"
+ SPICE_WARNING([spice-server on non-x86_64 architectures hasn't been extensively tested])
esac
dnl =========================================================================
@@ -308,8 +303,4 @@ AC_MSG_NOTICE([
Now type 'make' to build $PACKAGE
])
-
-if test x"$arch_warn" != x; then
- AC_MSG_WARN([$arch_warn])
- echo ""
-fi
+SPICE_PRINT_MESSAGES
diff --git a/spice-common b/spice-common
-Subproject d8c3568a3160aa3dfcd1d3b7728360c33d2d691
+Subproject f471022453c20e7fcfb54b865d5fbfbcf71fa6c