blacklist c-ares 1.7.5
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Sep 2011 23:41:23 +0000 (23:41 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Sep 2011 23:41:23 +0000 (23:41 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63223 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

m4/ecore_check_options.m4

index fb7031a..36792a1 100644 (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