summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-04-05 14:47:15 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-04-05 14:47:15 +0100
commit194ca9bd5fc1ff70845937cd03f49bb74b91a1e1 (patch)
tree41d6e5598eb5252bd45266b2b530234f067adf17 /configure.ac
parentb8c26c0d6ac59c88fede90542e65e877fa6f68da (diff)
downloadtelepathy-salut-194ca9bd5fc1ff70845937cd03f49bb74b91a1e1.tar.gz
configure: re-word description of --enable-avahi-tests
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 30bb7957..89f4f5e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,7 +103,7 @@ AM_CONDITIONAL([WANT_TWISTED_TESTS], test false != "$TEST_PYTHON")
dnl enable avahi tests
AC_ARG_ENABLE(avahi-tests,
AC_HELP_STRING([ --enable-avahi-tests],
- [Enable tests that use the system avahi ]),
+ [Enable tests that use the system avahi to hit the network ]),
enable_avahi_tests=$enableval, enable_avahi_tests=no)
if test x$enable_avahi_tests = xyes; then