[Spice-devel] [PATCH 5/4] build-sys: Remove unused 'X86_64' conditional

Christophe Fergeau cfergeau at redhat.com
Mon Dec 15 06:03:11 PST 2014


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



More information about the Spice-devel mailing list