Mercurial > mplayer.hg
diff configure @ 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 | 829b824a7d33 |
children | 74fc1ab46daa |
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