summaryrefslogtreecommitdiffstats
path: root/configure.in.bot
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in.bot')
-rw-r--r--configure.in.bot20
1 files changed, 20 insertions, 0 deletions
diff --git a/configure.in.bot b/configure.in.bot
new file mode 100644
index 0000000..b3f5186
--- /dev/null
+++ b/configure.in.bot
@@ -0,0 +1,20 @@
+if test x$have_gmp = xno; then
+ echo ""
+ echo "----------------------------------------------------------"
+ echo "KTorrent ERROR:"
+ echo "KTorrent requires gmp (http://www.swox.com/gmp)"
+ echo "----------------------------------------------------------"
+ echo ""
+fi
+
+
+if test x$missing_avahi_warning = xyes; then
+ echo ""
+ echo "----------------------------------------------------------"
+ echo "KTorrent WARNING:"
+ echo "Cannot find avahi-client with version 0.6.10 or later."
+ echo "The zeroconf plugin will not be installed because of this."
+ echo "----------------------------------------------------------"
+ echo ""
+fi
+