summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-19 22:42:15 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-19 22:42:15 -0500
commit03d0c794dc3a15e414c627f47a31718c39a49197 (patch)
treec6dc0456bc600bec11fdb2c76789f042d7024901 /configure.in
parent445a515241430cef8e8458d782649fa0e8593a4c (diff)
downloadktorrent-03d0c794dc3a15e414c627f47a31718c39a49197.tar.gz
ktorrent-03d0c794dc3a15e414c627f47a31718c39a49197.zip
Fix configure output message to clarify that missing avahi support
is caused by missing avahi-tqt package as well as avahi-client.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 29436e8..ca0b183 100644
--- a/configure.in
+++ b/configure.in
@@ -403,7 +403,8 @@ 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 "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 ""