Commit b58d7b40 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

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

parent 5ed9e4c8
...@@ -371,7 +371,7 @@ if test "x${have_openssl}" = "xno"; then ...@@ -371,7 +371,7 @@ if test "x${have_openssl}" = "xno"; then
fi fi
# c-ares (for src) # 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]) [have_libcares=no])
if test "x${have_libcares}" = "xno"; then if test "x${have_libcares}" = "xno"; then
AC_MSG_NOTICE($LIBCARES_PKG_ERRORS) AC_MSG_NOTICE($LIBCARES_PKG_ERRORS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment