Mercurial > mplayer.hg
changeset 26598:ee15950f50a7
cosmetics: Fix indentation after last commit.
author | diego |
---|---|
date | Thu, 01 May 2008 13:46:17 +0000 |
parents | d66592752162 |
children | ebdaff17896e |
files | configure |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu May 01 13:45:00 2008 +0000 +++ b/configure Thu May 01 13:46:17 2008 +0000 @@ -2500,17 +2500,17 @@ _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