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

Christophe Fergeau cfergeau at redhat.com
Tue Feb 10 01:15:03 PST 2015


X86_64 was defined as an AM_CONDITIONAL, but then nothing was using it.
This commit gets rid of it.
---
 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