X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=config%2Famanda%2Fipv6.m4;h=9d76979339fee75ad859a4bfcda035484e5b50fe;hb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;hp=4330ad5f3d5bbf7c2fce2304312e7d0524fa4a73;hpb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;p=debian%2Famanda diff --git a/config/amanda/ipv6.m4 b/config/amanda/ipv6.m4 index 4330ad5..9d76979 100644 --- a/config/amanda/ipv6.m4 +++ b/config/amanda/ipv6.m4 @@ -68,7 +68,7 @@ AC_DEFUN([AMANDA_CHECK_IPV6], AC_CACHE_CHECK([for working IPv6], amanda_cv_working_ipv6, [ - case "$target" in + case "$host" in *-pc-cygwin) amanda_cv_working_ipv6=no;; *) AC_RUN_IFELSE([AC_LANG_SOURCE([[ @@ -102,11 +102,11 @@ main() if test "$amanda_cv_working_ipv6" = yes; then WORKING_IPV6=yes AC_DEFINE(WORKING_IPV6,1, - [Target system has functional IPv6 support]) + [This system has functional IPv6 support (kernel and compiler)]) else # error out only if the user specifically requested support if test x"$amanda_with_ipv6" = x"yes"; then - AC_MSG_ERROR([IPv6 support was requested, but it is not working.]) + AC_MSG_ERROR([IPv6 support was requested, but opening an IPv6 socket failed]) fi fi fi