]> 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:09:44 +0000 (01:09 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 16 Dec 2000 01:09:44 +0000 (01:09 +0000)
to "dependency_libs".

ChangeLog
libltdl/ltdl.c

index 49834c21770f640764d8b76b1183c7be6fb553d1..028920368ac4c112929b600d7699f8fb1be9f16a 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 c18c737a4b6fc87c17a2f3b00cce436eb0c2fdd9..dbf4de152fe91809427b3a52f8680a2b4afb9993 100644 (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)
          {