summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 148a73f..6b73a59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ if test -d ../pulseaudio ; then
PULSE_LIBS='-L$(top_srcdir)/../pulseaudio/src/.libs -lpulse-simple'
echo "*** Found pulseaudio in ../pulseaudio, using that version ***"
else
- PKG_CHECK_MODULES(PULSE, [ libpulse-simple >= 0.9.0 ])
+ PKG_CHECK_MODULES(PULSE, [ libpulse-simple >= 0.9.2 ])
fi
AC_SUBST(PULSE_LIBS)