reimplement confirmation on exit if there are downloads in progress
[kdenetwork.git] / configure.in.bot
blob2b0262173f7ce2e3c8e9e5c324687889d867b711
1 if test -z "$LIB_SLP"; then
2    echo ""
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"
6    echo "installing it. "
7    echo "Have a look at http://www.openslp.org/ or find a binary"
8    echo "package for your platform."
9    echo ""
10    all_tests=bad
13 if test "$have_ssl" != yes; then
14   echo ""
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"
19   echo "your platform."
20   echo ""
21   all_tests=bad
24 if test -z "$COMPILE_GADU"; then
25   echo ""
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 ."
32   echo ""
33   all_tests=bad
36 if test -z "$libidn"; then
37   echo ""
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."
43   all_tests=bad
46 if test -z "$XML_CONFIG"; then
47   echo ""
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."
52   echo ""
53   all_tests=bad
56 if test -z "$XSLT_CONFIG"; then
57   echo ""
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."
62   echo ""
63   all_tests=bad
66 if test "x$with_xmms" = xcheck && test -z "$XMMS_LIBS"; then
67   echo ""
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."
73   echo ""
74   all_tests=bad
77 if test "x$with_wifi" = xcheck && test "$kde_libiw_installed" = "no"; then
78   echo ""
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."
86   echo ""
87   all_tests=bad