[Spice-devel] [PATCH] build-sys: Update warning message

Frediano Ziglio fziglio at redhat.com
Fri Sep 4 03:22:27 PDT 2015


arch_warn is set to 1 only if architecture is not x86, x64 or arm so
make the message report it correctly for arm.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index dee0a28..2b02264 100644
--- a/configure.ac
+++ b/configure.ac
@@ -323,7 +323,7 @@ echo "
 "
 
 if test x"$arch_warn" = x1; then
-        AC_MSG_WARN([spice-server on non-x86/x86_64 architectures hasn't been extensively tested])
+        AC_MSG_WARN([spice-server on non-x86/x86_64/arm architectures hasn't been extensively tested])
         echo ""
 fi
 
-- 
2.4.3



More information about the Spice-devel mailing list