evil >= 1.0.0
authorcaro <caro>
Wed, 16 Nov 2011 17:51:42 +0000 (17:51 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 16 Nov 2011 17:51:42 +0000 (17:51 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@65305 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index d7d4d51..36bf32c 100644 (file)
@@ -217,8 +217,8 @@ AC_SUBST(pkgconfig_requires_private)
 
 EFL_EDJE_BUILD=""
 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])
       requirement_edje="evil ${requirement_edje}"
       EFL_EDJE_BUILD="-DEFL_EDJE_BUILD"