evil >= 1.0.0

SVN revision: 65301
This commit is contained in:
Vincent Torri 2011-11-16 17:48:50 +00:00
parent 82e55b8458
commit bc97e65b9c
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"])
case "$host_os" in
mingw*)
PKG_CHECK_MODULES([EVIL], [evil])
PKG_CHECK_MODULES([EVIL], [evil >= 1.0.0])
AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if evil package is installed])
requirement_evas="evil ${requirement_evas}"
;;