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@xxxxxxxxxx> --- 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 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel