mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Announce IPv6 support using AC_MSG_NOTICE.
This commit is contained in:
parent
72fc6002d8
commit
6f644caaab
@ -566,6 +566,7 @@ fi
|
|||||||
|
|
||||||
if test "X$ipv6" = "Xyes"; then
|
if test "X$ipv6" = "Xyes"; then
|
||||||
AC_DEFINE([ENABLE_IPV6], 1, [Define if IPv6 support is enabled.])
|
AC_DEFINE([ENABLE_IPV6], 1, [Define if IPv6 support is enabled.])
|
||||||
|
AC_MSG_NOTICE([Enabling support for IPv6.])
|
||||||
elif test "x$force_ipv6" = "xyes"; then
|
elif test "x$force_ipv6" = "xyes"; then
|
||||||
AC_MSG_ERROR([IPv6 support requested but not found; aborting])
|
AC_MSG_ERROR([IPv6 support requested but not found; aborting])
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user