]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From Nick Hudson <skrll@netbsd.org>
authorGary V. Vaughan <gary@gnu.org>
Mon, 5 Feb 2001 00:27:19 +0000 (00:27 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 5 Feb 2001 00:27:19 +0000 (00:27 +0000)
* ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): netbsd* is able to
automatically load module deplibs without assistance from
libltdl.

ChangeLog
ltdl.m4

index b092b135856d1111ad134f5f1b4eb5f739223648..0bf220973a4bb86dfed0e32e9ac9abce948d8744 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-02-05  Gary V. Vaughan  <gvv@techie.com>
+
+       From Nick Hudson <skrll@netbsd.org>
+       * 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  <gvv@techie.com>
 
        * libltdl/ltdl.c (load_deplibs): Make sure the depcount is reset,
diff --git a/ltdl.m4 b/ltdl.m4
index f97f8733256803073000d5afd26ac6f1a497de82..5971d81778ce3fbf160dc2af7cd82c4d5a80d1f2 100644 (file)
--- 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
          ;;