cosmetics: Fix indentation after last commit.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26630 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-01 13:46:17 +00:00
parent be32c9127d
commit a37b456dd8
1 changed files with 8 additions and 8 deletions

16
configure vendored
View File

@ -2500,17 +2500,17 @@ EOF
_def_altivec_h='#undef HAVE_ALTIVEC_H'
echocheck "altivec.h"
cat > $TMPC << EOF
echocheck "altivec.h"
cat > $TMPC << EOF
#include <altivec.h>
int main(void) { return 0; }
EOF
_have_altivec_h=no
cc_check $_altivec_gcc_flags && _have_altivec_h=yes
if test "$_have_altivec_h" = yes ; then
_def_altivec_h='#define HAVE_ALTIVEC_H 1'
fi
echores "$_have_altivec_h"
_have_altivec_h=no
cc_check $_altivec_gcc_flags && _have_altivec_h=yes
if test "$_have_altivec_h" = yes ; then
_def_altivec_h='#define HAVE_ALTIVEC_H 1'
fi
echores "$_have_altivec_h"
# disable runtime cpudetection if
# - we cannot generate altivec code