tentatively unblacklisting c-ares 1.7.5 since my new tests show that it seems to...
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 20 Feb 2012 17:46:52 +0000 (17:46 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
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

SVN revision: 68168

legacy/ecore/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