diff options
author | Darrell Anderson <[email protected]> | 2012-03-19 22:42:15 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-06 03:48:50 +0200 |
commit | c230af4e94074f5e9668b6fb38a13a8988491af6 (patch) | |
tree | a0e1c1b9e29e23f272b2121aaff8976c421df59c | |
parent | 8eebc7dfaa8542da755ba9bc1593bb92e88f6cf9 (diff) | |
download | ktorrent-c230af4e94074f5e9668b6fb38a13a8988491af6.tar.gz ktorrent-c230af4e94074f5e9668b6fb38a13a8988491af6.zip |
Fix configure output message to clarify that missing avahi support
is caused by missing avahi-tqt package as well as avahi-client.
(cherry picked from commit 03d0c794dc3a15e414c627f47a31718c39a49197)
-rw-r--r-- | configure.in | 3 | ||||
-rw-r--r-- | configure.in.bot | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in index b6d579d..f200cad 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 "" diff --git a/configure.in.bot b/configure.in.bot index b3f5186..15c2c8c 100644 --- a/configure.in.bot +++ b/configure.in.bot @@ -12,7 +12,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 "" |