changeset 26610:fe9343c1e5f3

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.
author diego
date Thu, 01 May 2008 17:48:38 +0000
parents d2d9e6b2732f
children 25d9f749e58c
files configure
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu May 01 17:43:12 2008 +0000
+++ b/configure	Thu May 01 17:48:38 2008 +0000
@@ -2408,7 +2408,6 @@
 
     _altivec_gcc_flags=''
 
-    if test "$_altivec" = yes -o "$_runtime_cpudetection" = yes ; then
         echocheck "GCC altivec support"
         
         p=''
@@ -2444,7 +2443,6 @@
         fi
 
         echores "$p"
-    fi
 
     # check if <altivec.h> should be included
     echocheck "altivec.h"