* libltdl/m4/ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS): All SCO platforms

open dependency libraries when you dlopen a module.
This commit is contained in:
Kean Johnston 2005-10-31 09:44:28 +00:00 committed by Ralf Wildenhues
parent 0f34a7c48e
commit 00ede62b4c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-10-31 Kean Johnston <jkj@sco.com>
* libltdl/m4/ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS): All SCO platforms
open dependency libraries when you dlopen a module.
2005-10-31 Albert Chin-A-Young <china@thewrittenword.com>
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)

View File

@ -361,6 +361,9 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
solaris*)
lt_cv_sys_dlopen_deplibs=yes
;;
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
libltdl_cv_sys_dlopen_deplibs=yes
;;
esac
])
if test "$lt_cv_sys_dlopen_deplibs" != yes; then