elm elocation: Fixing the elementary.pc

SVN revision: 81142
This commit is contained in:
Flavio Vinicius Alvares Ceolin 2012-12-17 14:10:17 +00:00
parent ee5a6cf126
commit 6ab7e4a2f1
1 changed files with 1 additions and 1 deletions

View File

@ -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"]
)