]> 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 4fed60c7d99027c4f25c12bb46b9c99b61bf8e78..bbd1fa3c8309498cd3e5cf6de383f674f2bc61f1 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-10  Gary V. Vaughan  <gary@oranda.demon.co.uk>
 
        * libtool.m4 (AC_PATH_FILE): new macro replaces
index 0b72a63c0531710d0a069d34670b46b4da99c111..831ec93f1a2c3e536605593d3d6ec57c5faa02d9 100644 (file)
@@ -1367,7 +1367,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,