* libltdl/ltdl.c (lt_dlopen): Changed "dl_dependency_libs" keyword

to "dependency_libs".
This commit is contained in:
Utz-Uwe Haus 2000-12-16 01:09:44 +00:00 committed by Gary V. Vaughan
parent 2c856a4196
commit 6da151bd3c
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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)
{