From 0e67ed2310ddf9ada6de1d5c9f6af40f06fdb2c6 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 5 Feb 2001 00:27:19 +0000 Subject: [PATCH] From Nick Hudson * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): netbsd* is able to automatically load module deplibs without assistance from libltdl. --- ChangeLog | 7 +++++++ ltdl.m4 | 3 +++ 2 files changed, 10 insertions(+) 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 ;; -- 2.47.2