Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo


Modified Files:
        configure.in 


Log Message:
 * add evil support and remove evil windows code
 * correctly handle alloca include
 * remove trailing spaces

===================================================================
RCS file: /cvs/e/e17/libs/embryo/configure.in,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- configure.in        25 Jan 2008 03:35:48 -0000      1.63
+++ configure.in        21 Mar 2008 17:18:25 -0000      1.64
@@ -35,11 +35,14 @@
 
 create_shared_lib=""
 case "$host_os" in
-       mingw|mingw32)
-               create_shared_lib="-no-undefined "
+       mingw|mingw32*|cegcc)
+               PKG_CHECK_MODULES([EVIL], evil)
+               AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if evil package is installed])
+               dnl needed for correct definition of EAPI
+               AC_DEFINE(EFL_EMBRYO_BUILD, 1, [Define to mention that embryo 
is built])
+               create_shared_lib="-no-undefined"
                ;;
 esac
-
 AC_SUBST(create_shared_lib)
 
 AC_CHECK_HEADERS(fnmatch.h,, AC_MSG_ERROR([Cannot find fnmatch.h. Make sure 
your CFLAGS environment variable contains include lines for the location of 
this file]))



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to