aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-03-21 14:03:45 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-03-21 14:03:45 +0000
commit9ab67e75817fd38d6dac42783ddae318dd0b7daa (patch)
tree86e9981a4730fe3e3eaabc47f04a8042300a9f43 /configure.ac
parent590323e3411fb0db4e9f75f132a0b74ebe3eb3e3 (diff)
downloadmpd-9ab67e75817fd38d6dac42783ddae318dd0b7daa.tar.gz
mpd-9ab67e75817fd38d6dac42783ddae318dd0b7daa.tar.xz
mpd-9ab67e75817fd38d6dac42783ddae318dd0b7daa.zip
more autconf fun
git-svn-id: https://svn.musicpd.org/mpd/trunk@343 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 9c91c527a..c8f46a166 100644
--- a/configure.ac
+++ b/configure.ac
@@ -375,9 +375,9 @@ echo "########### MPD CONFIGURATION ############"
if test x$enable_id3 = xyes; then
echo "ID3 tag support ...............enabled"
if test x$use_mpd_id3tag = xyes; then
- echo " using MPD's libid3tag"
+ echo " using MPD's libid3tag........yes"
else
- echo " not using MPD's libid3tag"
+ echo " using MPD's libid3tag........no"
fi
else
echo "ID3 tag support ...............disabled"
@@ -386,9 +386,9 @@ fi
if test x$enable_mp3 = xyes; then
echo "mp3 support ...................enabled"
if test x$use_mpd_mad = xyes; then
- echo " using MPD's libmad"
+ echo " using MPD's libmad...........yes"
else
- echo " not using MPD's libmad"
+ echo " using MPD's libmad...........no"
fi
else
echo "mp3 support ...................disabled"