Remove the not-yet-needed bg_speaker.png dependency
[kdemultimedia.git] / configure.in.bot
bloba735dbe28ceff2099a3f77fe85800d99c1d25182
1 dnl put here things which have to be done as very last part of configure
3 if test "x$with_vorbis" = xcheck && test "x$have_oggvorbis" = xno; then
4   echo ""
5   echo "Ogg Vorbis support was not found."
6   echo "a KFile-plugin for displaying Ogg Vorbis Information"
7   echo "has been disabled from compilation."
8   echo "audiocd:/ will be built without Vorbis support."
9   all_tests=bad
12 if test "x$with_taglib" = xcheck && test "x$have_taglib" = xno; then
13   echo ""
14   echo "You're missing TagLib.  Without TagLib KDE will not support ID3"
15   echo "tags in mp3 files.  You can find taglib either in KDE's CVS under"
16   echo "kdesupport/taglib or at http://ktown.kde.org/~wheeler/taglib"
17   all_tests=bad
20 if test "x$with_lame" = xcheck && test "x$have_lame" = xno; then
21   echo ""
22   echo "lame not found, MP3 support will be built into audiocd:/, but"
23   echo "if the library isn't present at runtime it will be disabled."
24   echo "See http://lame.sourceforge.net/"
25   all_tests=bad
28 if test "x$with_akode" = xcheck && test "x$have_akode" = xno; then
29     echo "aKode was not found. Without it the aKode aRts-plugin"
30     echo "will not be installed, and aRts will be."
31     echo "unable to play many music formats."
32     all_tests=bad