[svn] Announce IPv6 support using AC_MSG_NOTICE.

This commit is contained in:
hniksic 2005-04-29 15:31:47 -07:00
parent 72fc6002d8
commit 6f644caaab
1 changed files with 1 additions and 0 deletions

View File

@ -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