summaryrefslogtreecommitdiffstats
path: root/configure.in.bot
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitbcb704366cb5e333a626c18c308c7e0448a8e69f (patch)
treef0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /configure.in.bot
downloadtdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz
tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'configure.in.bot')
-rw-r--r--configure.in.bot69
1 files changed, 69 insertions, 0 deletions
diff --git a/configure.in.bot b/configure.in.bot
new file mode 100644
index 00000000..3cb0ade7
--- /dev/null
+++ b/configure.in.bot
@@ -0,0 +1,69 @@
+if test -z "$LIB_SLP"; then
+ echo ""
+ echo "You're missing OpenSLP, or the OpenSLP devel package."
+ echo "Browsing in krfb and krdc will not be possible."
+ echo "If you want browsing support in krfb, you should consider"
+ echo "installing it. "
+ echo "Have a look at http://www.openslp.org/ or find a binary"
+ echo "package for your platform."
+ echo ""
+ all_tests=bad
+fi
+
+if test "$have_ssl" != yes; then
+ echo ""
+ echo "You're missing openSSL, or your version is too old (before 0.9.5a)."
+ echo "krdc will not be compiled. If you want to use krdc, you should consider"
+ echo "installing or upgrading it."
+ echo "Have a look at http://www.openssl.org, or find a binary package for"
+ echo "your platform."
+ echo ""
+ all_tests=bad
+fi
+
+if test -z "$COMPILE_GADU"; then
+ echo ""
+ echo "You're missing libgadu or the libgadu development package."
+ echo "Kopete's Gadu-Gadu plugin will not be compiled."
+ echo "If you want Gadu-Gadu, a Polish messaging protocol, support in Kopete"
+ echo "you can download it from http://dev.null.pl/ekg/ or find a binary"
+ echo "package for your platform."
+ echo "You can find more information in ./kopete/protocols/gadu/README.gadu ."
+ echo ""
+ all_tests=bad
+fi
+
+if test "X$have_libidn" = Xno; then
+ echo ""
+ echo "You're missing libidn or the libidn development package"
+ echo "Kopete's Jabber plugin will not be compiled."
+ echo "If you want Jabber support in Kopete, You can download libidn from"
+ echo "http://www.gnu.org/software/libidn or find a binary package"
+ echo "for your platform."
+ all_tests=bad
+fi
+
+
+if test "x$with_xmms" = xcheck && test -z "$XMMS_LIBS"; then
+ echo ""
+ echo "You're missing the XMMS libraries, or the libxmms development package."
+ echo "Without libxmms Kopete's NowListening plugin won't be able to talk to"
+ echo "the XMMS music player. If you want Kopete's NowListening plugin to"
+ echo "support XMMS, have a look at http://www.xmms.org/ or find a"
+ echo "binary package for your system."
+ echo ""
+ all_tests=bad
+fi
+
+if test "x$with_wifi" = xcheck && test "$kde_libiw_installed" = "no"; then
+ echo ""
+ echo "You're missing the wireless tools libraries, or the wireless tools"
+ echo "header files. Without these, KWiFiManager and the kwireless applet"
+ echo "will not be compiled. You are unable to monitor wireless LAN"
+ echo "connections without these. If you want wireless LAN support enabled,"
+ echo "have a look at "
+ echo "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html"
+ echo "or find a binary package for your system."
+ echo ""
+ all_tests=bad
+fi