configure: Move check for __x86_64__.
authorMatt Birkholz <puck@birchwood-abbey.net>
Wed, 7 May 2014 06:19:42 +0000 (23:19 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Wed, 7 May 2014 06:19:42 +0000 (23:19 -0700)
commitbad6939091bd84cf48c99e6b8b8f8416eb2335d3
tree2c7fff846514b47bafb86b59da0396e7b19326a8
parent666df6f7fc55b74e1848fa918c30ce001c31fe20
configure: Move check for __x86_64__.

Move AC_CHECK_DECL(__x86_64__) before AC_MSG_CHECKING([for native-code
support]) so that the former's progress note does not arrive in the
middle of the latter's, like this:

checking for native-code support... checking whether __x86_64__ is declared... no
yes, for i386
src/microcode/aclocal.m4