From: Kean Johnston Date: Mon, 31 Oct 2005 09:44:28 +0000 (+0000) Subject: * libltdl/m4/ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS): All SCO platforms X-Git-Tag: release-2-1b~442 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00ede62b4c79321381bdace33e2686a8a81c1046;p=thirdparty%2Flibtool.git * libltdl/m4/ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS): All SCO platforms open dependency libraries when you dlopen a module. --- diff --git a/ChangeLog b/ChangeLog index 7cf0f19b4..8a4136fe0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-31 Kean Johnston + + * 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 * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG) diff --git a/libltdl/m4/ltdl.m4 b/libltdl/m4/ltdl.m4 index 7c2a0b884..e4a54864a 100644 --- a/libltdl/m4/ltdl.m4 +++ b/libltdl/m4/ltdl.m4 @@ -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