didn't mean to commit that

SVN revision: 69609
This commit is contained in:
Vincent Torri 2012-03-25 11:14:48 +00:00
parent f00cf44117
commit c5ff12764c
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ fi
EFL_EINA_BUILD=""
case "$host_os" in
mingw*)
PKG_CHECK_EXISTS([EVIL], [evil >= 1.0.0])
PKG_CHECK_MODULES([EVIL], [evil >= 1.0.0])
AC_DEFINE([HAVE_EVIL], [1], [Set to 1 if evil package is installed])
requirement_eina="${requirement_eina} evil"
EFL_EINA_BUILD="-DEFL_EINA_BUILD"