# HG changeset patch # User diego # Date 1156120927 0 # Node ID 2a87a8a2e1fbd51c868aba9e4db4c908523475a7 # Parent 60211f9faa3292ef3cbd57fbae397155694a82d1 Remove duplicate check for $_faad_external = auto. diff -r 60211f9faa32 -r 2a87a8a2e1fb configure --- a/configure Mon Aug 21 00:39:48 2006 +0000 +++ b/configure Mon Aug 21 00:42:07 2006 +0000 @@ -5809,8 +5809,6 @@ fi elif test "$_faad_internal" = no && test "$_faad_external" = auto ; then _ld_faad='-lfaad' - # external faad: check if it's really faad2 :) - if test "$_faad_external" = auto ; then _faad_external=no cat > $TMPC << EOF #include @@ -5820,7 +5818,6 @@ 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 - fi fi if test "$_faad_internal" = yes ; then