Commit 9ab67e75 authored by Warren Dukes's avatar Warren Dukes

more autconf fun

git-svn-id: https://svn.musicpd.org/mpd/trunk@343 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 590323e3
...@@ -375,9 +375,9 @@ echo "########### MPD CONFIGURATION ############" ...@@ -375,9 +375,9 @@ echo "########### MPD CONFIGURATION ############"
if test x$enable_id3 = xyes; then if test x$enable_id3 = xyes; then
echo "ID3 tag support ...............enabled" echo "ID3 tag support ...............enabled"
if test x$use_mpd_id3tag = xyes; then if test x$use_mpd_id3tag = xyes; then
echo " using MPD's libid3tag" echo " using MPD's libid3tag........yes"
else else
echo " not using MPD's libid3tag" echo " using MPD's libid3tag........no"
fi fi
else else
echo "ID3 tag support ...............disabled" echo "ID3 tag support ...............disabled"
...@@ -386,9 +386,9 @@ fi ...@@ -386,9 +386,9 @@ fi
if test x$enable_mp3 = xyes; then if test x$enable_mp3 = xyes; then
echo "mp3 support ...................enabled" echo "mp3 support ...................enabled"
if test x$use_mpd_mad = xyes; then if test x$use_mpd_mad = xyes; then
echo " using MPD's libmad" echo " using MPD's libmad...........yes"
else else
echo " not using MPD's libmad" echo " using MPD's libmad...........no"
fi fi
else else
echo "mp3 support ...................disabled" echo "mp3 support ...................disabled"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment