diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/decoders.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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*-) |