From 6ff2ac06fdd45e8907dafa31b91a7b8f8f19668c Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 1 May 2008 17:48:38 +0000 Subject: [PATCH] Always run the GCC AltiVec test so that the correct AltiVec CFLAGS get picked up. They are needed even on machines without AltiVec for the altivec.h check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26642 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index cadc07264e..dd6fca00f9 100755 --- a/configure +++ b/configure @@ -2408,7 +2408,6 @@ if ppc ; then _altivec_gcc_flags='' - if test "$_altivec" = yes -o "$_runtime_cpudetection" = yes ; then echocheck "GCC altivec support" p='' @@ -2444,7 +2443,6 @@ EOF fi echores "$p" - fi # check if should be included echocheck "altivec.h"