X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=blobdiff_plain;f=config%2Famanda%2Fipv6.m4;h=9d76979339fee75ad859a4bfcda035484e5b50fe;hp=250a31be876affa7cb4f65173e55e94863504040;hb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e diff --git a/config/amanda/ipv6.m4 b/config/amanda/ipv6.m4 index 250a31b..9d76979 100644 --- a/config/amanda/ipv6.m4 +++ b/config/amanda/ipv6.m4 @@ -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