* libltdl/ltdl.c (tryall_dlopen_module): Don't forget to propogate
errors over recurse levels.
+2001-09-03 Gary V. Vaughan <gary@gnu.org>
+
+ From Marius Vollmer <mvo@zagadka.ping.de>:
+ * libltdl/ltdl.c (tryall_dlopen_module): Don't forget to propogate
+ errors over recurse levels.
+
2001-09-03 Brad <brad@comstyle.com>
* libtool.m4 [openbsd*]: More improvements to the OpenBSD port.
shuffled. Otherwise, attempt to open FILENAME as a module. */
if (prefix)
{
- tryall_dlopen_module (handle, 0, prefix, filename);
+ error += tryall_dlopen_module (handle, 0, prefix, filename);
}
else if (tryall_dlopen (handle, filename) != 0)
{