diff --git a/legacy/elementary/configure.ac b/legacy/elementary/configure.ac index 36713c7369..2dec878297 100644 --- a/legacy/elementary/configure.ac +++ b/legacy/elementary/configure.ac @@ -541,7 +541,7 @@ if test "x$want_elementary_elocation" != "xno"; then AC_DEFINE(HAVE_ELEMENTARY_ELOCATION, 1, [Elocation support for Elementary]) have_elementary_elocation="yes" ELM_ELOCATION_DEF="#define" - requirement_elm="elocation >= 1.7.99 ${requirement_elm}" + requirement_elm="elocation >= 0.1.0 ${requirement_elm}" ], [have_elementary_elocation="no"] )