From 60bebad4d290323f885d31381eacb73051a3ccdf Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 24 Aug 2006 22:39:26 +0000 Subject: Fix .align is a power of two check. hint by Philippe, phildev at mac com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19528 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 03898a24e5..ba9bddcf81 100755 --- a/configure +++ b/configure @@ -2235,7 +2235,7 @@ echocheck ".align is a power of two" if test "$_asmalign_pot" = auto ; then _asmalign_pot=no cat > $TMPC << EOF -asm (".align 3"); +main() { asm (".align 3"); } EOF cc_check && _asmalign_pot=yes fi -- cgit v1.2.3