evil >= 1.0.0

SVN revision: 65307
This commit is contained in:
Vincent Torri 2011-11-16 17:52:13 +00:00
parent 21dd944587
commit cc17bb4172
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ LT_PROG_RC
case "$host_os" in
mingw32ce*)
PKG_CHECK_MODULES([EVIL], [evil])
PKG_CHECK_MODULES([EVIL], [evil >= 1.0.0])
AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if Evil library is installed])
;;
esac