summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 4a97af2fbd..2fe7910e48 100755
--- a/configure
+++ b/configure
@@ -6188,13 +6188,16 @@ if test "$_faad_internal" = auto ; then
_res_comment="broken gcc"
;;
*)
+ _faad_external=no
_faad_internal=yes
;;
esac
else
+ _faad_external=no
_faad_internal=yes
fi
-elif test "$_faad_internal" = no && test "$_faad_external" = auto ; then
+fi
+if test "$_faad_external" = auto ; then
_faad_external=no
cat > $TMPC << EOF
#include <faad.h>