diff options
-rw-r--r-- | configure.ac | 2 |
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]) |