From aaf66caefd847a10eda1a3e742a54bdc627fcc58 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 18 May 2008 19:05:52 +0000 Subject: Only run AltiVec compiler tests on PowerPC. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26830 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 54cdfff004..9961d40703 100755 --- a/configure +++ b/configure @@ -2415,7 +2415,7 @@ echores $_asmalign_pot #FIXME: This should happen before the check for CFLAGS.. -if test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ; then +if ppc && ( test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ) ; then # check if AltiVec is supported by the compiler, and how to enable it echocheck "GCC AltiVec flags" -- cgit v1.2.3