summaryrefslogtreecommitdiffstats
path: root/configure.in.bot
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-02-19 12:12:30 +0900
committerMichele Calgaro <[email protected]>2024-02-19 12:12:30 +0900
commit91fadcf813d9ffa6b189fa50979db1008e3f411b (patch)
tree669c8cb72344652aef25bf0ebd9aa61944113396 /configure.in.bot
parentf23724361cf4724eab96c62962c0d54d0b51087d (diff)
downloadktorrent-91fadcf813d9ffa6b189fa50979db1008e3f411b.tar.gz
ktorrent-91fadcf813d9ffa6b189fa50979db1008e3f411b.zip
Removed unnecessary files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'configure.in.bot')
-rw-r--r--configure.in.bot21
1 files changed, 0 insertions, 21 deletions
diff --git a/configure.in.bot b/configure.in.bot
deleted file mode 100644
index 15c2c8c..0000000
--- a/configure.in.bot
+++ /dev/null
@@ -1,21 +0,0 @@
-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 or"
- echo "cannot find avahi-tqt."
- echo "The zeroconf plugin will not be installed because of this."
- echo "----------------------------------------------------------"
- echo ""
-fi
-