summaryrefslogtreecommitdiffstats
path: root/avahi-utils
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-08-24 09:36:56 +0000
committerTrent Lloyd <lathiat@bur.st>2005-08-24 09:36:56 +0000
commit4f30e1b329fe8479d372a0b8c42f05893be5faed (patch)
treed3cc8dfb4e1d4cc59aa9ed7671dd6b0955ed4e5f /avahi-utils
parent5aed54b2ce23d07f45d90142b2cb4a1b95913588 (diff)
* avahi-bookmarks: Mention twisted.web in twisted error message
* bootstrap.sh: Change interpreter to #!/bin/sh * configure.ac: - Allow --with-distro=none to bypass check for supported distro - Add check for the pkg-config binary git-svn-id: file:///home/lennart/svn/public/avahi/trunk@436 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-utils')
-rwxr-xr-xavahi-utils/avahi-bookmarks.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-utils/avahi-bookmarks.in b/avahi-utils/avahi-bookmarks.in
index ce8eba1..07ca8f0 100755
--- a/avahi-utils/avahi-bookmarks.in
+++ b/avahi-utils/avahi-bookmarks.in
@@ -38,7 +38,7 @@ try:
from twisted.internet import reactor
from twisted.web import server, resource
except ImportError:
- print "Sorry, to use this tool you need to install twisted."
+ print "Sorry, to use this tool you need to install twisted and twisted.web."
sys.exit(1)
urlproto = { "_http._tcp" : "http", "_https._tcp" : "https", "_ftp._tcp" : "ftp" }