From abc21952ac547e45f72d35c35bc7d746648947cc Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 22 Jul 2011 08:36:52 +0000 Subject: Fix k3b FTBFS under Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1242628 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- plugins/decoder/flac/configure.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/decoder/flac/configure.in.in') diff --git a/plugins/decoder/flac/configure.in.in b/plugins/decoder/flac/configure.in.in index e6a3700..4679bf7 100644 --- a/plugins/decoder/flac/configure.in.in +++ b/plugins/decoder/flac/configure.in.in @@ -9,7 +9,7 @@ AC_ARG_WITH( have_flac=no if test "$ac_cv_use_flac" = "yes"; then KDE_CHECK_HEADERS(FLAC++/decoder.h, [ - AC_CHECK_LIB(FLAC,FLAC__stream_decoder_process_single, + KDE_CHECK_LIB(FLAC,FLAC__stream_decoder_process_single, have_flac=yes,[],$all_libraries)]) AC_MSG_CHECKING(for libFLAC newer than 1.1.1) -- cgit v1.2.1