From: discomfitor Date: Mon, 5 Sep 2011 23:41:23 +0000 (+0000) Subject: blacklist c-ares 1.7.5 X-Git-Tag: build/2012-07-04.173327~872 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00b93058bb70c382947d95256f20e71f059e03bd;p=profile%2Fivi%2Fecore.git blacklist c-ares 1.7.5 git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@63223 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/m4/ecore_check_options.m4 b/m4/ecore_check_options.m4 index fb7031a..36792a1 100644 --- a/m4/ecore_check_options.m4 +++ b/m4/ecore_check_options.m4 @@ -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