mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* libltdl/ltdl.c (lt_dlopen): Changed "dl_dependency_libs" keyword
to "dependency_libs".
This commit is contained in:
parent
2c856a4196
commit
6da151bd3c
@ -1,3 +1,8 @@
|
||||
2000-12-15 Utz-Uwe Haus <haus@mail.math.uni-magdeburg.de>
|
||||
|
||||
* libltdl/ltdl.c (lt_dlopen): Changed "dl_dependency_libs" keyword
|
||||
to "dependency_libs".
|
||||
|
||||
2000-12-14 Tod Milam <tmilam@traclabs.com>
|
||||
|
||||
* libltdl/ltdl.c (lt_dlexit): Reset the loaders value to zero when
|
||||
|
@ -1907,7 +1907,7 @@ lt_dlopen (filename)
|
||||
}
|
||||
|
||||
#undef STR_DL_DEPLIBS
|
||||
#define STR_DL_DEPLIBS "dl_dependency_libs="
|
||||
#define STR_DL_DEPLIBS "dependency_libs="
|
||||
else if (strncmp (line, STR_DL_DEPLIBS,
|
||||
sizeof (STR_DL_DEPLIBS) - 1) == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user