Commit a18305a6 authored by Jean-Paul Saman's avatar Jean-Paul Saman

configure.ac: allow pulse audio 0.9.21

parent e11d1cc4
......@@ -3510,11 +3510,11 @@ AC_ARG_ENABLE(pulse,
[use the PulseAudio client library (default auto)])])
have_pulse="no"
AS_IF([test "${enable_pulse}" != "no"], [
PKG_CHECK_MODULES([PULSE], [libpulse >= 0.9.22], [
PKG_CHECK_MODULES([PULSE], [libpulse >= 0.9.21], [
have_pulse="yes"
], [
AS_IF([test "x${enable_pulse}" != "x"], [
AC_MSG_ERROR([$PULSE_PKG_ERRORS. PulseAudio 0.9.22 or later required.])
AC_MSG_ERROR([$PULSE_PKG_ERRORS. PulseAudio 0.9.21 or later required.])
])
])
])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment