diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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, |