Skip to content
Snippets Groups Projects
Commit 1e693945 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent 1cf798ad
No related branches found
No related tags found
No related merge requests found
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment