evil >= 1.0.0

SVN revision: 65303
This commit is contained in:
Vincent Torri 2011-11-16 17:50:39 +00:00
parent bc97e65b9c
commit 45ee860fb5
1 changed files with 2 additions and 2 deletions

View File

@ -433,8 +433,8 @@ fi
# Evil library for compilation on Windows
case "$host_os" in
mingw* | cegcc*)
PKG_CHECK_MODULES([EVIL], [evil])
mingw*)
PKG_CHECK_MODULES([EVIL], [evil >= 1.0.0])
AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if Evil library is installed])
requirements_ecore="evil ${requirements_ecore}"
requirements_ecore_evas="evil ${requirements_ecore_evas}"