From 50c2dde5b50dcd864db362c47c859ea23f2ec16b Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 15 Mar 2009 11:02:02 -0700 Subject: configure.ac: Enable ENCODER if httpd_output, even if SHOUT is disabled. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 557ce97cb..283f5bcc7 100644 --- a/configure.ac +++ b/configure.ac @@ -632,7 +632,7 @@ fi AM_CONDITIONAL(HAVE_SHOUT, test x$enable_shout = xyes) -AM_CONDITIONAL(ENABLE_ENCODER, test x$enable_shout = xyes) +AM_CONDITIONAL(ENABLE_ENCODER, test x$enable_shout = xyes || test x$enable_httpd_output = xyes) AM_CONDITIONAL(ENABLE_VORBIS_ENCODER, test x$enable_shout_ogg = xyes) if test x$enable_shout_ogg = xyes; then AC_DEFINE(ENABLE_VORBIS_ENCODER, 1, -- cgit v1.2.3