Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:
do not use dladdr on MinGW platform

===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -3 -r1.263 -r1.264
--- configure.in        29 May 2008 05:43:12 -0000      1.263
+++ configure.in        25 Jun 2008 06:47:11 -0000      1.264
@@ -134,9 +134,12 @@
 
 dlopen_libs=""
 case "$host_os" in
-  mingw*|cegcc*)
+  mingw32ce*|cegcc*)
 dnl managed by evil
     AC_DEFINE(HAVE_DLADDR)
+  ;;
+  mingw*)
+dnl nothing on mingw platform
   ;;
   *)
     AC_CHECK_FUNCS(dlopen, res=yes, res=no)



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to