tentatively unblacklisting c-ares 1.7.5 since my new tests show that it seems to...
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Feb 2012 17:46:52 +0000 (17:46 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Feb 2012 17:46:52 +0000 (17:46 +0000)
report any issues with this IMMEDIATELY since we're coming up on a release

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@68168 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

m4/ecore_check_options.m4

index 36792a1..fb7031a 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 libcares != 1.7.5],
+   PKG_CHECK_MODULES([CARES], [libcares >= 1.6.1],
      [_ecore_have_cares="yes"],
      [_ecore_have_cares="no"])
 fi