mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* libltdl/m4/ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS): All SCO platforms
open dependency libraries when you dlopen a module.
This commit is contained in:
parent
0f34a7c48e
commit
00ede62b4c
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user