From 1e69394545b1c7585b56f70688e5821d2d270faa Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 20 Sep 2005 07:53:44 +0000
Subject: [PATCH] Since newer ares versions should work with ipv6, I modified
 the error message to a warning message as a first step. We should persue to
 make curl use c-ares properly even when built with ipv6 support.

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 11ca84c437..7c88ad9813 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1690,7 +1690,7 @@ AC_HELP_STRING([--disable-ares],[Disable ares for name lookups]),
   *)   AC_MSG_RESULT(yes)
 
        if test "x$IPV6_ENABLED" = "x1"; then
-         AC_MSG_ERROR([ares doesn't work with ipv6, disable ipv6 to use ares])
+         AC_MSG_NOTICE([ares may not work properly with ipv6])
        fi
 
        AC_DEFINE(USE_ARES, 1, [Define if you want to enable ares support])
-- 
GitLab