mirror of
https://github.com/mirror/wget.git
synced 2025-02-05 01:01:00 +08: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
|
||||
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
|
||||
AC_MSG_ERROR([IPv6 support requested but not found; aborting])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user