summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-12-15 14:58:33 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2015-04-10 20:24:15 +0200
commit5b813b4340e9b2a8caafe55de4667caf9a4ce59d (patch)
tree8ba8dc746e7c71199aa90f3ce2cb28aa6efee19f /configure.ac
parent59c6c829e7f67226d838214c7b112b9a478abf53 (diff)
downloadspice-5b813b4340e9b2a8caafe55de4667caf9a4ce59d.tar.gz
spice-5b813b4340e9b2a8caafe55de4667caf9a4ce59d.tar.xz
spice-5b813b4340e9b2a8caafe55de4667caf9a4ce59d.zip
build-sys: Remove unused 'X86_64' conditional
X86_64 was defined as an AM_CONDITIONAL, but then nothing was using it. This commit gets rid of it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4e57ef3e..6cf10bb5 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