X86_64 was defined as an AM_CONDITIONAL, but then nothing was using it.
This commit gets rid of it.
---
This patch and the next one comes at the end of the ppc patch series and
replace patch 1/4
Christophe
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 4e57ef3..6cf10bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,7 +76,6 @@ case $host_cpu in
exit 1
esac
AC_MSG_RESULT($variant bit)
-AM_CONDITIONAL([X86_64], [test "$variant" = 64])
dnl =========================================================================
dnl Check optional features
--
2.1.0
_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel