From 88e4fa03427252304dbbae078ce394269bfc71e9 Mon Sep 17 00:00:00 2001 From: Matt Messier Date: Sat, 12 May 2007 22:58:40 -0400 Subject: Fix the sense of a check for with_external_libmad --- m4/decoders.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/decoders.m4 b/m4/decoders.m4 index 665e93a27..5e3ec7b48 100644 --- a/m4/decoders.m4 +++ b/m4/decoders.m4 @@ -171,7 +171,7 @@ use internal ffmpeg. AC_MSG_RESULT([*** no usable version of libmad found, using internal copy ***]) fi fi - if test x"$with_external_libmad" != x"no"; then + if test x"$with_external_libmad" = x"no"; then AC_MSG_RESULT([Using included libmad support]) case "$host_or_hostalias" in i?86-* | k?-* | athlon-* | pentium*-) -- cgit v1.2.3