summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 41305c9976..1ac24b3fd2 100755
--- a/configure
+++ b/configure
@@ -2219,6 +2219,8 @@ if x86 ; then
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 @@ else
fi
echores $_asmalign_pot
-fi #if x86
-
#FIXME: This should happen before the check for CFLAGS..
if ppc ; then