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.
This commit is contained in:
Christophe Fergeau 2014-12-15 14:58:33 +01:00
parent 59c6c829e7
commit 5b813b4340

View File

@ -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