From de1da361055cb8c2ee5bee50f5421b9a430cfb57 Mon Sep 17 00:00:00 2001 From: Ben Rockwood Date: Sat, 23 Jul 2005 00:51:25 +0000 Subject: [PATCH] ID3 support is reported as MP3 support, which is confusing and perhaps misleading, updated reporting to be more accurate. SVN revision: 15870 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 8f75997..dce1f65 100644 --- a/configure.in +++ b/configure.in @@ -383,7 +383,7 @@ if test "$id3_ok" = yes; then if test "$id3_ok" = yes; then ID3LIBS=$id3_libs else - AC_MSG_WARN(*** Native mp3 support will not be built (id3tag header file not found) ***) + AC_MSG_WARN(*** Native id3 mp3 tag support will not be built (id3tag header file not found) ***) fi fi AM_CONDITIONAL(BUILD_ID3_LOADER, test "$id3_ok" = yes) @@ -436,7 +436,7 @@ echo " TIFF....................: $tiff_ok" echo " GIF.....................: $gif_ok" echo " ZLIB....................: $zlib_ok" echo " BZIP2...................: $bz2_ok" -echo " MP3.....................: $id3_ok" +echo " ID3.....................: $id3_ok" echo echo echo "Use MMX for extra speed...: $mmx"