# HG changeset patch # User diego # Date 1209664118 0 # Node ID fe9343c1e5f3070d6722f9a1e7915c23afe7db16 # Parent d2d9e6b2732fcdc52cc24198129a715fdfd9da36 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. diff -r d2d9e6b2732f -r fe9343c1e5f3 configure --- 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 should be included echocheck "altivec.h"