From 1acfd2423f96e3c7473131cde89933e38588d395 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sat, 4 Apr 2009 21:31:54 -0700 Subject: configure: add shout AC_DEFINE, otherwise it will not enable. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6389c33fc..5848942b2 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 -- cgit v1.2.3