Commit 1acfd242 authored by Avuton Olrich's avatar Avuton Olrich Committed by Max Kellermann

configure: add shout AC_DEFINE, otherwise it will not enable.

parent d38f72b9
......@@ -1004,6 +1004,9 @@ if test x$enable_httpd_output = xauto; then
fi
AM_CONDITIONAL(HAVE_SHOUT, test x$enable_shout = xyes)
if test x$enable_shout = xyes; then
AC_DEFINE(HAVE_SHOUT, 1, [Define to enable the shoutcast output])
fi
AM_CONDITIONAL(ENABLE_HTTPD_OUTPUT, test x$enable_httpd_output = xyes)
if test x$enable_httpd_output = xyes; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment