configure.ac: Enable ENCODER if httpd_output, even if SHOUT is disabled.

This commit is contained in:
Avuton Olrich 2009-03-15 11:02:02 -07:00 committed by Max Kellermann
parent ae1a7fc84a
commit 50c2dde5b5

View File

@ -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,