changeset 19377:f3df92d9f549

Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it might be useful for others as well.
author reimar
date Sun, 13 Aug 2006 10:19:35 +0000
parents be3a0f578824
children d9d58ba1b833
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Aug 13 08:54:16 2006 +0000
+++ b/configure	Sun Aug 13 10:19:35 2006 +0000
@@ -2219,6 +2219,8 @@
     die "obsolete binutils version"
   fi
 
+fi #if x86
+
 echocheck ".align is a power of two"
 if test "$_asmalign_pot" = auto ; then
 _asmalign_pot=no
@@ -2234,8 +2236,6 @@
 fi
 echores $_asmalign_pot
 
-fi #if x86
-
 
 #FIXME: This should happen before the check for CFLAGS..
 if ppc ; then