]> sjero.net Git - wget/commitdiff
[svn] Announce IPv6 support using AC_MSG_NOTICE.
authorhniksic <devnull@localhost>
Fri, 29 Apr 2005 22:31:47 +0000 (15:31 -0700)
committerhniksic <devnull@localhost>
Fri, 29 Apr 2005 22:31:47 +0000 (15:31 -0700)
configure.in

index d6d82c339565a44d60cc36bdbb88f403e6904269..e7694bd354df4b9b3521d0d4cb80966027cf5f12 100644 (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