summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-13 10:19:35 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-13 10:19:35 +0000
commit51367ea3449d68aa246cb0e8000087f792c687b1 (patch)
tree4af858a8f06952bc678a4d0f60367db7a10d15d1 /configure
parent6af9857690aff0db71feb7e843486dc114db5ee5 (diff)
downloadmpv-51367ea3449d68aa246cb0e8000087f792c687b1.tar.bz2
mpv-51367ea3449d68aa246cb0e8000087f792c687b1.tar.xz
Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it might
be useful for others as well. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19383 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-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