From: Brad Date: Mon, 3 Sep 2001 03:26:13 +0000 (+0000) Subject: * ltdl.m4 [AC_LTDL_SYS_DLOPEN_DEPLIBS]: Teach ltdl about the X-Git-Tag: release-1-4-2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3edb8ceee6c373c4aeb9eec71773283c236b9b2b;p=thirdparty%2Flibtool.git * ltdl.m4 [AC_LTDL_SYS_DLOPEN_DEPLIBS]: Teach ltdl about the behavior of OpenBSD's dlopen(). --- diff --git a/ChangeLog b/ChangeLog index 0c722ce0f..49247b172 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-09-03 Brad + + * ltdl.m4 [AC_LTDL_SYS_DLOPEN_DEPLIBS]: Teach ltdl about the + behavior of OpenBSD's dlopen(). + 2001-09-03 Gary V. Vaughan * configure.in: Bumped version to 1.4.1a. diff --git a/ltdl.m4 b/ltdl.m4 index 75be47258..491a08b17 100644 --- 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 -