tentatively unblacklisting c-ares 1.7.5 since my new tests show that it seems to work; I guess it got fixed since the last time I tested?

report any issues with this IMMEDIATELY since we're coming up on a release


SVN revision: 68168
This commit is contained in:
Mike Blumenkrantz 2012-02-20 17:46:52 +00:00
parent 6152601e1f
commit 4fa93397a5
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 libcares != 1.7.5],
PKG_CHECK_MODULES([CARES], [libcares >= 1.6.1],
[_ecore_have_cares="yes"],
[_ecore_have_cares="no"])
fi