From 6f644caaab0b844099990cfad8384ca94ed6a9e1 Mon Sep 17 00:00:00 2001 From: hniksic Date: Fri, 29 Apr 2005 15:31:47 -0700 Subject: [PATCH] [svn] Announce IPv6 support using AC_MSG_NOTICE. --- configure.in | 1 + 1 file changed, 1 insertion(+) 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