make it efl_version >= not >.

SVN revision: 77956
This commit is contained in:
Carsten Haitzler 2012-10-13 12:17:15 +00:00
parent 39b0b894ca
commit b808eae74d
1 changed files with 1 additions and 1 deletions

View File

@ -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