summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-30 13:48:40 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-30 13:48:40 +0000
commitc863998666d04afaf0adeb473e706d2b181a74e2 (patch)
treefb4558f705d48ab38a6808449cca9331e8c49a6e
parent3f9d415ce8fc673ce2cee930b2dadd0f17f1ea1e (diff)
fix build script to require polyplib instead of polyplib-simple
git-svn-id: file:///home/lennart/svn/public/xmms-pulse/trunk@42 ef929aba-56e2-0310-84e0-b7573d389508
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0be433d..cb38ecf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,10 +47,10 @@ PKG_PROG_PKG_CONFIG
if test -d ../polypaudio ; then
POLYP_CFLAGS='-I$(top_srcdir)/../polypaudio/src'
- POLYP_LIBS='-L$(top_srcdir)/../polypaudio/src/.libs -lpolyp-simple'
+ POLYP_LIBS='-L$(top_srcdir)/../polypaudio/src/.libs -lpolyp'
echo "*** Found polypaudio in ../polypaudio, using that version ***"
else
- PKG_CHECK_MODULES(POLYP, [ polyplib-simple >= 0.9.0 ])
+ PKG_CHECK_MODULES(POLYP, [ polyplib >= 0.9.0 ])
fi
AC_SUBST(POLYP_LIBS)