From 0b02e8f8a3e82b8fab4deb111f2d708c6e544220 Mon Sep 17 00:00:00 2001 From: Lars Munch Date: Thu, 2 Jul 2009 07:45:01 +0000 Subject: [PATCH] On windows use evil's dladdr implementation so you dont have to set EINA_MODULES_MEMPOOL_DIR and EVAS_MODULES_DIR in the windows environment. SVN revision: 41230 --- legacy/eina/configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/legacy/eina/configure.ac b/legacy/eina/configure.ac index 69a6ec0a4d..de5a46aaf6 100644 --- a/legacy/eina/configure.ac +++ b/legacy/eina/configure.ac @@ -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