From bf9d8a0bbec194bb4a6ac4932442e063c87586ab Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 30 Jun 2005 08:36:56 +0000 Subject: 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 78ce5ed85..fd9f4bd41 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- cgit v1.2.3