aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2010-04-17 04:27:00 -0700
committerAvuton Olrich <avuton@gmail.com>2010-04-21 07:35:32 -0700
commitbe5143c0f32afbe68e3980b74b06a4e8b1d773f3 (patch)
treefd7f39f7dc369623be41509bef5da12d505c8958 /configure.ac
parentb7ee1f5c40f21be909ff99e88b839a8868e03e41 (diff)
downloadmpd-be5143c0f32afbe68e3980b74b06a4e8b1d773f3.tar.gz
mpd-be5143c0f32afbe68e3980b74b06a4e8b1d773f3.tar.xz
mpd-be5143c0f32afbe68e3980b74b06a4e8b1d773f3.zip
configure.ac: Move SHOUTcast output to Streaming Audio Plugins.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d069eed70..2e84abc08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1327,6 +1327,7 @@ if test x$enable_recorder_output = xyes; then
fi
AM_CONDITIONAL(ENABLE_RECORDER_OUTPUT, test x$enable_recorder_output = xyes)
+dnl -------------------------------- SHOUTcast --------------------------------
if test x$enable_shout = xauto; then
# handle shout auto-detection: disable if no encoder is
# available
@@ -1338,12 +1339,10 @@ if test x$enable_shout = xauto; then
fi
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(HAVE_SHOUT, test x$enable_shout = xyes)
dnl ---------------------------------------------------------------------------
dnl Documentation