Try c-ares 1.7.5 because it is the latest version travis offers

This commit is contained in:
Tatsuhiro Tsujikawa 2016-12-10 21:32:37 +09:00
parent 5ed9e4c83b
commit b58d7b406f
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ if test "x${have_openssl}" = "xno"; then
fi
# c-ares (for src)
PKG_CHECK_MODULES([LIBCARES], [libcares >= 1.11.0], [have_libcares=yes],
PKG_CHECK_MODULES([LIBCARES], [libcares >= 1.7.5], [have_libcares=yes],
[have_libcares=no])
if test "x${have_libcares}" = "xno"; then
AC_MSG_NOTICE($LIBCARES_PKG_ERRORS)