aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-09-20 07:53:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-09-20 07:53:44 +0000
commit1e69394545b1c7585b56f70688e5821d2d270faa (patch)
treeb1f8caacad003183a3beca8443756b229c3382e0
parent1cf798ad14ce9f882a8ec6abc6fbc18962d40f17 (diff)
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.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 11ca84c43..7c88ad981 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])