diff options
author | Avuton Olrich <avuton@gmail.com> | 2010-04-16 20:11:31 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2010-04-21 07:10:14 -0700 |
commit | 24db28072f93a55ac28011cd2bd73848e86a1737 (patch) | |
tree | b683386174030d5ea0f2f2378c3629a2d3d59c6a | |
parent | e20d3d49b3b269fd637780ee710f991f4d848a51 (diff) | |
download | mpd-24db28072f93a55ac28011cd2bd73848e86a1737.tar.gz mpd-24db28072f93a55ac28011cd2bd73848e86a1737.tar.xz mpd-24db28072f93a55ac28011cd2bd73848e86a1737.zip |
configure.ac: Add header for Pipe Output and Pulseaudio.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 579a3fea4..86dff7e3a 100644 --- a/configure.ac +++ b/configure.ac @@ -949,14 +949,14 @@ esac AM_CONDITIONAL(HAVE_OSX, test x$enable_osx = xyes) +dnl ------------------------------- Pipe Output ------------------------------- if test x$enable_pipe_output = xyes; then AC_DEFINE([ENABLE_PIPE_OUTPUT], 1, [Define to enable support for writing audio to a pipe]) fi AM_CONDITIONAL(ENABLE_PIPE_OUTPUT, test x$enable_pipe_output = xyes) - - +dnl -------------------------------- PulseAudio ------------------------------- MPD_AUTO_PKG(pulse, PULSE, [libpulse], [PulseAudio output plugin], [libpulse not found]) if test x$enable_pulse = xyes; then |