summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-21 18:54:08 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-21 18:54:08 +0000
commitc0922cf08c8372cf21643be44d892fd0f1ab6893 (patch)
tree302f7b7f0dd3ad3963f5e81567183077504611f9
parent429e278caf96eaea3616f9c6f7683ea56017ce15 (diff)
bump version numbers
git-svn-id: file:///home/lennart/svn/public/libao-pulse/trunk@18 a8d83910-18e2-0310-866c-8ed7f9518005
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2917e36..261eb74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,10 +46,10 @@ AC_FUNC_MALLOC
if test -d ../polypaudio ; then
POLYP_CFLAGS='-I$(top_srcdir)/../polypaudio'
- POLYP_LIBS='-L$(top_srcdir)/../polypaudio/polyp -lpolyp-simple-0.6 -lpolyp-0.6'
+ POLYP_LIBS='-L$(top_srcdir)/../polypaudio/polyp -lpolyp-simple-0.7 -lpolyp-0.7'
echo "*** Found polypaudio in ../polypaudio, using that version ***"
else
- PKG_CHECK_MODULES(POLYP, [ polyplib-simple >= 0.6 ])
+ PKG_CHECK_MODULES(POLYP, [ polyplib-simple >= 0.7 ])
fi
AC_SUBST(POLYP_LIBS)