aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/m4/ecore_check_options.m4
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ecore/m4/ecore_check_options.m4')
-rw-r--r--libraries/ecore/m4/ecore_check_options.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ecore/m4/ecore_check_options.m4 b/libraries/ecore/m4/ecore_check_options.m4
index 36792a1..fb7031a 100644
--- a/libraries/ecore/m4/ecore_check_options.m4
+++ b/libraries/ecore/m4/ecore_check_options.m4
@@ -314,7 +314,7 @@ AC_ARG_ENABLE(cares,
314 ]) 314 ])
315 315
316if test "x${_ecore_want_cares}" = "xyes" -o "x${_ecore_want_cares}" = "xauto" ; then 316if test "x${_ecore_want_cares}" = "xyes" -o "x${_ecore_want_cares}" = "xauto" ; then
317 PKG_CHECK_MODULES([CARES], [libcares >= 1.6.1 libcares != 1.7.5], 317 PKG_CHECK_MODULES([CARES], [libcares >= 1.6.1],
318 [_ecore_have_cares="yes"], 318 [_ecore_have_cares="yes"],
319 [_ecore_have_cares="no"]) 319 [_ecore_have_cares="no"])
320fi 320fi