From 51367ea3449d68aa246cb0e8000087f792c687b1 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 13 Aug 2006 10:19:35 +0000 Subject: 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 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3