On windows use evil's dladdr implementation so you dont have to set
authorlmunch <lmunch@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 2 Jul 2009 07:45:01 +0000 (07:45 +0000)
committerlmunch <lmunch@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 2 Jul 2009 07:45:01 +0000 (07:45 +0000)
EINA_MODULES_MEMPOOL_DIR and EVAS_MODULES_DIR in the windows environment.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@41230 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index 69a6ec0..de5a46a 100644 (file)
@@ -295,13 +295,10 @@ AC_FUNC_ALLOCA
 #dlopen and dladdr
 dlopen_libs=""
 case "$host_os" in
-   mingw32ce* | cegcc*)
+   mingw* | cegcc*)
 # managed by evil
       AC_DEFINE(HAVE_DLADDR)
       ;;
-   mingw*)
-# nothing on mingw platform
-      ;;
    *)
       AC_CHECK_FUNCS([dlopen], [res="yes"], [res="no"])
       if test "x${res}" = "xyes" ; then