changeset 27475:9aec3687584a

Fall back on external libfaad check if internal libfaad check failed.
author diego
date Mon, 01 Sep 2008 17:32:53 +0000
parents fbef1306dab4
children 9e28be9c5242
files configure
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Sep 01 07:35:05 2008 +0000
+++ b/configure	Mon Sep 01 17:32:53 2008 +0000
@@ -6188,13 +6188,16 @@
         _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>