summaryrefslogtreecommitdiffstats
path: root/plugins/encoder
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/encoder
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/encoder')
-rw-r--r--plugins/encoder/lame/configure.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/encoder/lame/configure.in.in b/plugins/encoder/lame/configure.in.in
index f2a5283..11ce49d 100644
--- a/plugins/encoder/lame/configure.in.in
+++ b/plugins/encoder/lame/configure.in.in
@@ -9,7 +9,7 @@ AC_ARG_WITH(
have_lame=no
if test "$ac_cv_use_lame" = "yes"; then
KDE_CHECK_HEADERS(lame/lame.h, [
- AC_CHECK_LIB(mp3lame, lame_init, [
+ KDE_CHECK_LIB(mp3lame, lame_init, [
have_lame=yes
AC_DEFINE(HAVE_LAME,1,[defined if you have the lame header and lib])
], [], $all_libraries -lm)