Commit bf9d8a0b authored by Eric Wong's avatar Eric Wong

actually disable shout if ogg-vorbis is disabled, instead of just

warning and not doing anything about it git-svn-id: https://svn.musicpd.org/mpd/trunk@3381 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent b443608e
......@@ -113,6 +113,7 @@ esac
if test x$enable_ogg = xno; then
AC_MSG_WARN("disabling shout streaming support since vorbis was not found")
enable_shout=no
fi
if test x$enable_ao = xyes; then
......
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