---
 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6389c33..5848942 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
-- 
1.6.2.2


------------------------------------------------------------------------------
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to