From 846f76e69afeca6e232f68cde0fef9f7c1b111e4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 29 Apr 2006 23:09:37 +0000 Subject: rename "legacy requests" to "legacy unicast mDNS requests" git-svn-id: file:///home/lennart/svn/public/nss-mdns/trunk@100 0ee8848e-81ea-0310-a63a-f631d1a40d77 --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index d7fee24..90c10d9 100644 --- a/configure.ac +++ b/configure.ac @@ -135,10 +135,10 @@ if test "x$ENABLE_AVAHI" = "xyes" ; then AC_DEFINE(ENABLE_AVAHI, [1], [Try to make use of a running avahi mDNS server before resolving on our own behalf]) fi -### Enable legacy support? +### Enable legacy unicast mDNS support? AC_ARG_ENABLE(legacy, - AC_HELP_STRING([--enable-legacy],[Enable legacy lookups when Avahi isn't available (default=yes)]), + AC_HELP_STRING([--enable-legacy],[Enable legacy unicast mDNS lookups when Avahi isn't available (default=yes)]), [case "${enableval}" in yes) ENABLE_LEGACY=yes ;; no) ENABLE_LEGACY=no ;; @@ -147,11 +147,11 @@ AC_ARG_ENABLE(legacy, [ENABLE_LEGACY=yes]) dnl Default value if test "x$ENABLE_AVAHI" = "xno" -a "x$ENABLE_LEGACY" = "xno"; then - AC_MSG_ERROR(Can't disable legacy lookups if Avahi support is disabled) + AC_MSG_ERROR(Can't disable legacy unicast mDNS lookups if Avahi support is disabled) fi if test "x$ENABLE_LEGACY" = "xyes" ; then - AC_DEFINE(ENABLE_LEGACY, [1], [Enable legacy lookups when Avahi isn't available]) + AC_DEFINE(ENABLE_LEGACY, [1], [Enable legacy unicast mDNS lookups when Avahi isn't available]) fi AM_CONDITIONAL([ENABLE_LEGACY], [test "x$ENABLE_LEGACY" = "xyes"]) -- cgit