summaryrefslogtreecommitdiffstats
path: root/plugins/decoder/musepack/configure.in.in
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-22 08:36:52 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-22 08:36:52 +0000
commitabc21952ac547e45f72d35c35bc7d746648947cc (patch)
treecf27691c1556b466ce28816340a1162c38d7af24 /plugins/decoder/musepack/configure.in.in
parent85723d544dd6aad9b2d0974dfe91ece438f03dfb (diff)
downloadk3b-abc21952ac547e45f72d35c35bc7d746648947cc.tar.gz
k3b-abc21952ac547e45f72d35c35bc7d746648947cc.zip
Fix k3b FTBFS under Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1242628 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'plugins/decoder/musepack/configure.in.in')
-rw-r--r--plugins/decoder/musepack/configure.in.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/decoder/musepack/configure.in.in b/plugins/decoder/musepack/configure.in.in
index ca42976..1500ae3 100644
--- a/plugins/decoder/musepack/configure.in.in
+++ b/plugins/decoder/musepack/configure.in.in
@@ -15,7 +15,7 @@ if test "$ac_cv_use_mpc" = "yes"; then
dnl - search for both the new and the old naming -
KDE_CHECK_HEADERS(mpcdec/mpcdec.h, [
- AC_CHECK_LIB(mpcdec, mpc_decoder_setup, [
+ KDE_CHECK_LIB(mpcdec, mpc_decoder_setup, [
have_mpc=yes
MPC_LIBS="-lmpcdec"
AC_DEFINE(
@@ -28,7 +28,7 @@ if test "$ac_cv_use_mpc" = "yes"; then
if test "$have_mpc" = "no"; then
KDE_CHECK_HEADERS(mpc/mpcdec.h, [
- AC_CHECK_LIB(mpcdec, mpc_decoder_setup, [
+ KDE_CHECK_LIB(mpcdec, mpc_decoder_setup, [
have_mpc=yes
MPC_LIBS="-lmpcdec"
AC_DEFINE(
@@ -42,7 +42,7 @@ if test "$ac_cv_use_mpc" = "yes"; then
if test "$have_mpc" = "no"; then
KDE_CHECK_HEADERS(musepack/musepack.h, [
- AC_CHECK_LIB(musepack, mpc_decoder_setup, [
+ KDE_CHECK_LIB(musepack, mpc_decoder_setup, [
have_mpc=yes
MPC_LIBS="-lmusepack"
AC_DEFINE(