# HG changeset patch # User diego # Date 1156120788 0 # Node ID 60211f9faa3292ef3cbd57fbae397155694a82d1 # Parent 3f19764369ac95977433366003f1e16a3146e906 Only run the check for external FAAD if internal FAAD is not used. diff -r 3f19764369ac -r 60211f9faa32 configure --- a/configure Sun Aug 20 23:19:18 2006 +0000 +++ b/configure Mon Aug 21 00:39:48 2006 +0000 @@ -5807,7 +5807,7 @@ else _faad_internal=yes fi -elif test "$_faad_external" = auto ; then +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