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
This commit is contained in:
parent
b443608e76
commit
bf9d8a0bbe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user