summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <mzfuryy@0pointer.net>2008-03-28 18:26:52 +0100
committerLennart Poettering <mzfuryy@0pointer.net>2008-03-28 18:26:52 +0100
commita9bc3caccb4635305ed9b0a71f9fc62ae4895348 (patch)
tree9d292e2fc4cf4df9e5491467855beb73858312cd
parent2bbc77c90483855da33ac2bc40c704d99ad7b570 (diff)
libflashsupport works fine with pa 0.9.5HEADmaster
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d4a815e..c5e6cbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ elif test -d ../pulseaudio ; then
PULSE_LIBS='-L$(top_srcdir)/../pulseaudio/src/.libs -lpulse'
echo "*** Found pulseaudio in ../pulseaudio, using that version ***"
else
- PKG_CHECK_MODULES(PULSE, [ libpulse >= 0.9.7 ])
+ PKG_CHECK_MODULES(PULSE, [ libpulse >= 0.9.5 ])
fi
AC_SUBST(PULSE_LIBS)