From d1f4a31b5ed5cef6ed57242f3343925e63efd9f9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 4 Sep 2013 16:44:57 +0200 Subject: output/pulse: require libpulse 0.9.16 Remove all #ifdefs. Old versions of libpulse are not being tested, and thus I'm removing support. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 45d35dce3..f529cc5a8 100644 --- a/configure.ac +++ b/configure.ac @@ -1375,7 +1375,7 @@ fi AM_CONDITIONAL(ENABLE_PIPE_OUTPUT, test x$enable_pipe_output = xyes) dnl -------------------------------- PulseAudio ------------------------------- -MPD_AUTO_PKG(pulse, PULSE, [libpulse], +MPD_AUTO_PKG(pulse, PULSE, [libpulse >= 0.9.16], [PulseAudio output plugin], [libpulse not found]) if test x$enable_pulse = xyes; then AC_DEFINE([HAVE_PULSE], 1, -- cgit v1.2.3