Fix configure output message to clarify that missing avahi support

is caused by missing avahi-tqt package as well as avahi-client.
pull/1/head
Darrell Anderson 12 years ago
parent 445a515241
commit 03d0c794dc

@ -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 ""

@ -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 ""

Loading…
Cancel
Save