summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f4d1a69..e3eff6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,10 +47,10 @@ ACX_PTHREAD
if test -d ../polypaudio ; then
POLYP_CFLAGS='-I$(top_srcdir)/../polypaudio'
- POLYP_LIBS='-L$(top_srcdir)/../polypaudio/polyp -lpolyp-0.6 -lpolyp-error-0.6 -lpolyp-mainloop-0.6'
+ POLYP_LIBS='-L$(top_srcdir)/../polypaudio/polyp -lpolyp-0.7 -lpolyp-error-0.7 -lpolyp-mainloop-0.7'
echo "*** Found polypaudio in ../polypaudio, using that version ***"
else
- PKG_CHECK_MODULES(POLYP, [ polyplib >= 0.6 ])
+ PKG_CHECK_MODULES(POLYP, [ polyplib >= 0.7 ])
fi
AC_SUBST(POLYP_LIBS)