# HG changeset patch # User diego # Date 1209649500 0 # Node ID d66592752162cf712e40a276ec5dd72ab745b45b # Parent 75dcc46740c4efe29316a9738b401e9b5fd5a4ac Check for altivec.h always, not just when AltiVec is enabled. diff -r 75dcc46740c4 -r d66592752162 configure --- a/configure Thu May 01 13:38:02 2008 +0000 +++ b/configure Thu May 01 13:45:00 2008 +0000 @@ -2500,7 +2500,6 @@ _def_altivec_h='#undef HAVE_ALTIVEC_H' - if test "$_altivec" = yes ; then echocheck "altivec.h" cat > $TMPC << EOF #include @@ -2512,7 +2511,6 @@ _def_altivec_h='#define HAVE_ALTIVEC_H 1' fi echores "$_have_altivec_h" - fi # disable runtime cpudetection if # - we cannot generate altivec code