]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltdl.m4 [AC_LTDL_SYS_DLOPEN_DEPLIBS]: Teach ltdl about the
authorBrad <brad@comstyle.com>
Mon, 3 Sep 2001 03:26:13 +0000 (03:26 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 3 Sep 2001 03:26:13 +0000 (03:26 +0000)
behavior of OpenBSD's dlopen().

ChangeLog
ltdl.m4

index 0c722ce0f4bc9bcd2aa47df5a092ac2030bee57e..49247b172187cda5a12ee20ac77693dd03e944a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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>
 
        * configure.in: Bumped version to 1.4.1a.
diff --git a/ltdl.m4 b/ltdl.m4
index 75be4725854c82f2ab855d5a33cc7c5c599f28ad..491a08b17465c7c034940b1b3a23045b05a2217c 100644 (file)
--- a/ltdl.m4
+++ b/ltdl.m4
@@ -81,6 +81,9 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
        netbsd*)
          libltdl_cv_sys_dlopen_deplibs=yes
          ;;
+       openbsd*)
+         libltdl_cv_sys_dlopen_deplibs=yes
+         ;;
        solaris*)
          libltdl_cv_sys_dlopen_deplibs=yes
          ;;
@@ -322,4 +325,3 @@ AC_CHECK_TYPES([error_t],
 
 AC_CHECK_FUNCS([argz_append argz_create_sep argz_insert argz_next argz_stringify])
 ])# AC_LTDL_FUNC_ARGZ
-