1 if test -z "$LIB_SLP"; then
3 echo "You're missing OpenSLP, or the OpenSLP devel package."
4 echo "Browsing in krfb and krdc will not be possible."
5 echo "If you want browsing support in krfb, you should consider"
7 echo "Have a look at http://www.openslp.org/ or find a binary"
8 echo "package for your platform."
13 if test "$have_ssl" != yes; then
15 echo "You're missing openSSL, or your version is too old (before 0.9.5a)."
16 echo "krdc will not be compiled. If you want to use krdc, you should consider"
17 echo "installing or upgrading it."
18 echo "Have a look at http://www.openssl.org, or find a binary package for"
24 if test -z "$COMPILE_GADU"; then
26 echo "You're missing libgadu or the libgadu development package."
27 echo "Kopete's Gadu-Gadu plugin will not be compiled."
28 echo "If you want Gadu-Gadu, a Polish messaging protocol, support in Kopete"
29 echo "you can download it from http://dev.null.pl/ekg/ or find a binary"
30 echo "package for your platform."
31 echo "You can find more information in ./kopete/protocols/gadu/README.gadu ."
36 if test -z "$libidn"; then
38 echo "You're missing libidn or the libidn development package"
39 echo "Kopete's Jabber plugin will not be compiled."
40 echo "If you want Jabber support in Kopete, You can download libidn from"
41 echo "http://www.gnu.org/software/libidn or find a binary package"
42 echo "for your platform."
46 if test -z "$XML_CONFIG"; then
48 echo "You're missing libxml2, version 2.4.8 or newer, or the libxml2"
49 echo "development package. Kopete will not be compiled."
50 echo "If you want to use Kopete, have a look at ftp://xmlsoft.org/ or find"
51 echo "a binary package for your system."
56 if test -z "$XSLT_CONFIG"; then
58 echo "You're missing libxslt, version 1.0.7 or newer, or the libxslt"
59 echo "development package. Kopete will not be compiled."
60 echo "If you want to use Kopete, have a look at ftp://xmlsoft.org/ or find"
61 echo "a binary package for your system."
66 if test "x$with_xmms" = xcheck && test -z "$XMMS_LIBS"; then
68 echo "You're missing the XMMS libraries, or the libxmms development package."
69 echo "Without libxmms Kopete's NowListening plugin won't be able to talk to"
70 echo "the XMMS music player. If you want Kopete's NowListening plugin to"
71 echo "support XMMS, have a look at http://www.xmms.org/ or find a"
72 echo "binary package for your system."
77 if test "x$with_wifi" = xcheck && test "$kde_libiw_installed" = "no"; then
79 echo "You're missing the wireless tools libraries, or the wireless tools"
80 echo "header files. Without these, KWiFiManager and the kwireless applet"
81 echo "will not be compiled. You are unable to monitor wireless LAN"
82 echo "connections without these. If you want wireless LAN support enabled,"
83 echo "have a look at "
84 echo "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html"
85 echo "or find a binary package for your system."