From 00b1ac02e2f6dcde812bf5a33c73a91323e898b2 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 10 May 2008 12:13:53 +0000 Subject: Only check for and set AltiVec flags if AltiVec or runtime CPU detection is enabled. Fixes Bugzilla #1073. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26712 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 4040a254c1..42aad231cf 100755 --- a/configure +++ b/configure @@ -2411,7 +2411,7 @@ echores $_asmalign_pot #FIXME: This should happen before the check for CFLAGS.. -if ppc ; then +if test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ; then # check if altivec is supported by the compiler, and how to enable it -- cgit v1.2.3