aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index fa1348053..9ae73779b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -897,9 +897,7 @@ fi
AM_CONDITIONAL(HAVE_JACK, test x$enable_jack = xyes)
-
-
-
+dnl ---------------------------------- libao ----------------------------------
MPD_AUTO_PKG(ao, AO, [ao],
[libao output plugin], [libao not found])
if test x$enable_ao = xyes; then
@@ -908,6 +906,8 @@ fi
AM_CONDITIONAL(HAVE_AO, test x$enable_ao = xyes)
+
+
if test x$enable_pipe_output = xyes; then
AC_DEFINE([ENABLE_PIPE_OUTPUT], 1,
[Define to enable support for writing audio to a pipe])