From: Gary V. Vaughan Date: Mon, 5 Feb 2001 00:27:19 +0000 (+0000) Subject: From Nick Hudson X-Git-Tag: multi-language-merge-point~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e67ed2310ddf9ada6de1d5c9f6af40f06fdb2c6;p=thirdparty%2Flibtool.git From Nick Hudson * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): netbsd* is able to automatically load module deplibs without assistance from libltdl. --- diff --git a/ChangeLog b/ChangeLog index b092b1358..0bf220973 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-02-05 Gary V. Vaughan + + From Nick Hudson + * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): netbsd* is able to + automatically load module deplibs without assistance from + libltdl. + 2001-02-02 Gary V. Vaughan * libltdl/ltdl.c (load_deplibs): Make sure the depcount is reset, diff --git a/ltdl.m4 b/ltdl.m4 index f97f87332..5971d8177 100644 --- a/ltdl.m4 +++ b/ltdl.m4 @@ -81,6 +81,9 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen], linux*) libltdl_cv_sys_dlopen_deplibs=yes ;; + netbsd*) + libltdl_cv_sys_dlopen_deplibs=yes + ;; solaris*) libltdl_cv_sys_dlopen_deplibs=yes ;;