From b808eae74dc69721fa7b5a23739ab93e4175d40d Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 13 Oct 2012 12:17:15 +0000 Subject: [PATCH] make it efl_version >= not >. SVN revision: 77956 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 58a2929ed..90164cfe0 100644 --- a/configure.ac +++ b/configure.ac @@ -603,7 +603,7 @@ if test "x$want_emotion" != "xno"; then fi if test "x$have_emotion" = "xyes"; then AC_DEFINE([HAVE_EMOTION], 1, "Have emotion support") - requirements_e="${requirements_e} emotion > ${efl_version}" + requirements_e="${requirements_e} emotion >= ${efl_version}" fi fi