]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/ltdl.c (lt_dlopen): Changed "dl_dependency_libs" keyword
authorUtz-Uwe Haus <haus@mail.math.uni-magdeburg.de>
Sat, 16 Dec 2000 01:26:03 +0000 (01:26 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 16 Dec 2000 01:26:03 +0000 (01:26 +0000)
to "dependency_libs".

ChangeLog
libltdl/ltdl.c

index 903363503d77ffe1b1c9cc7a3d1efd5958936011..de26c063eef548b86d241f18c0e5e46dcaa6c9ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index a8f41e5717adb399a17a98081c98803c2fd901d1..57e0dd214e3fd4c17cc2f45017ae7e71c4b11883 100644 (file)
@@ -1881,7 +1881,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)
          {