From 5b813b4340e9b2a8caafe55de4667caf9a4ce59d Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 15 Dec 2014 14:58:33 +0100 Subject: 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. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') 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 -- cgit