behavior of OpenBSD's dlopen().
+2001-09-03 Brad <brad@comstyle.com>
+
+ * ltdl.m4 [AC_LTDL_SYS_DLOPEN_DEPLIBS]: Teach ltdl about the
+ behavior of OpenBSD's dlopen().
+
2001-09-03 Gary V. Vaughan <gary@gnu.org>
From Marius Vollmer <mvo@zagadka.ping.de>:
netbsd*)
libltdl_cv_sys_dlopen_deplibs=yes
;;
+ openbsd*)
+ libltdl_cv_sys_dlopen_deplibs=yes
+ ;;
osf[1234]*)
# dlopen did load deplibs (at least at 4.x), but until the 5.x series,
# it did *not* use an RPATH in a shared library to find objects the