]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/ltdl.c (lt_dlopen): Do not search paths when the
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>
Sat, 16 Oct 1999 07:05:39 +0000 (07:05 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 16 Oct 1999 07:05:39 +0000 (07:05 +0000)
specified library is not just a basename.

ChangeLog
libltdl/ltdl.c

index e75145711d963c10c102923cdeefb543367327f9..82ff70d87703221df283b54f40d0b71408188d84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-10-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+
+       * libltdl/ltdl.c (lt_dlopen): Do not search paths when the
+       specified library is not just a basename.
+
 1999-10-06  Gary V. Vaughan  <gary@oranda.demon.co.uk>
 
        * ltconfig.in: Accept osf5.
index 704f213a30886628c9ffa56124a58793308b809b..c453be60773309113c2ba544c55c481a1ebd8ca7 100644 (file)
@@ -1366,7 +1366,7 @@ lt_dlopen (filename)
                handle->deplibs = 0;
                newhandle = handle;
                if (tryall_dlopen(&newhandle, filename)
-                   && (!dir
+                   && (dir
                        || (!find_file(basename, user_search_path,
                                          0, &newhandle)
                            && !find_file(basename,