From: hniksic Date: Fri, 29 Apr 2005 22:31:47 +0000 (-0700) Subject: [svn] Announce IPv6 support using AC_MSG_NOTICE. X-Git-Tag: v1.13~1109 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=6f644caaab0b844099990cfad8384ca94ed6a9e1 [svn] Announce IPv6 support using AC_MSG_NOTICE. --- diff --git a/configure.in b/configure.in index d6d82c33..e7694bd3 100644 --- a/configure.in +++ b/configure.in @@ -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