blacklist c-ares 1.7.5

SVN revision: 63223
This commit is contained in:
Mike Blumenkrantz 2011-09-05 23:41:23 +00:00
parent 4be7a99b94
commit 9c08e73d48
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ AC_ARG_ENABLE(cares,
])
if test "x${_ecore_want_cares}" = "xyes" -o "x${_ecore_want_cares}" = "xauto" ; then
PKG_CHECK_MODULES([CARES], [libcares >= 1.6.1],
PKG_CHECK_MODULES([CARES], [libcares >= 1.6.1 libcares != 1.7.5],
[_ecore_have_cares="yes"],
[_ecore_have_cares="no"])
fi