From e773cfa32bc3be799121d1d3d50a9d2e454383fe Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Mon, 16 Mar 2009 08:44:44 +0100 Subject: configure: error out against streaming output, not encoder. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 094189058..f37b87e36 100644 --- a/configure.ac +++ b/configure.ac @@ -1162,8 +1162,8 @@ echo "" if test x$enable_ao = xno && test x$enable_oss = xno && - test x$enable_oggvorbis_encoder = xno && - test x$enable_lame_encoder = xno && + test x$enable_shout = xno && + test x$enable_httpd_output = xno && test x$enable_alsa = xno && test x$enable_osx = xno && test x$enable_pulse = xno && -- cgit v1.2.3