Check for altivec.h always, not just when AltiVec is enabled.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26629 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-01 13:45:00 +00:00
parent a379dc48bc
commit be32c9127d
1 changed files with 0 additions and 2 deletions

2
configure vendored
View File

@ -2500,7 +2500,6 @@ EOF
_def_altivec_h='#undef HAVE_ALTIVEC_H'
if test "$_altivec" = yes ; then
echocheck "altivec.h"
cat > $TMPC << EOF
#include <altivec.h>
@ -2512,7 +2511,6 @@ EOF
_def_altivec_h='#define HAVE_ALTIVEC_H 1'
fi
echores "$_have_altivec_h"
fi
# disable runtime cpudetection if
# - we cannot generate altivec code