use dladdr on windows, thanks to evil

SVN revision: 34403
This commit is contained in:
doursse 2008-04-29 22:33:30 +00:00 committed by doursse
parent 2143ae177a
commit 5c222ddccf
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ dlopen_libs=""
case "$host_os" in
mingw*|cegcc*)
dnl managed by evil
AC_DEFINE(HAVE_DLADDR)
;;
*)
AC_CHECK_FUNCS(dlopen, res=yes, res=no)