# HG changeset patch # User diego # Date 1156120954 0 # Node ID c4283270c67e068d417ee17ab28dd192623a7d1c # Parent 2a87a8a2e1fbd51c868aba9e4db4c908523475a7 cosmetics: indentation fix after last commit diff -r 2a87a8a2e1fb -r c4283270c67e configure --- a/configure Mon Aug 21 00:42:07 2006 +0000 +++ b/configure Mon Aug 21 00:42:34 2006 +0000 @@ -5809,15 +5809,15 @@ fi elif test "$_faad_internal" = no && test "$_faad_external" = auto ; then _ld_faad='-lfaad' - _faad_external=no - cat > $TMPC << EOF + _faad_external=no + cat > $TMPC << EOF #include #ifndef FAAD_MIN_STREAMSIZE #error Too old version #endif int main(void) { faacDecHandle testhand; faacDecFrameInfo testinfo; testhand = faacDecOpen(); faacDecInit(0, 0, 0, 0, 0); return 0; } EOF - cc_check $_ld_faad $_ld_lm && _faad_external=yes + cc_check $_ld_faad $_ld_lm && _faad_external=yes fi if test "$_faad_internal" = yes ; then