From 6ab7e4a2f1b3c0c3535705706cc367675aee942c Mon Sep 17 00:00:00 2001 From: Flavio Vinicius Alvares Ceolin Date: Mon, 17 Dec 2012 14:10:17 +0000 Subject: [PATCH] elm elocation: Fixing the elementary.pc SVN revision: 81142 --- legacy/elementary/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] )