aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/m4/ecore_check_options.m4
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-04-22 09:19:23 +1000
committerDavid Walter Seikel2012-04-22 09:19:23 +1000
commitc963d75dfdeec11f82e79e727062fbf89afa2c04 (patch)
tree895633dbf641110be46f117c29890c49b3ffc0bd /libraries/ecore/m4/ecore_check_options.m4
parentAdding the new extantz viewer and grid manager. (diff)
downloadSledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.zip
SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.gz
SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.bz2
SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.xz
Update EFL to latest beta.
Diffstat (limited to '')
-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