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
This commit is contained in:
Lars Munch 2009-07-02 07:45:01 +00:00
parent 1676145494
commit 0b02e8f8a3
1 changed files with 1 additions and 4 deletions

View File

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