[MPlayer-cvslog] r19383 - trunk/configure

reimar subversion at mplayerhq.hu
Sun Aug 13 12:19:35 CEST 2006


Author: reimar
Date: Sun Aug 13 12:19:35 2006
New Revision: 19383

Modified:
   trunk/configure

Log:
Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it might
be useful for others as well.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Aug 13 12:19:35 2006
@@ -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



More information about the MPlayer-cvslog mailing list