]> 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:24:55 +0000 (00:24 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 5 Feb 2001 00:24:55 +0000 (00:24 +0000)
* ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): netbsd* is able to
automatically load module deplibs without assistance from
libltdl.

ChangeLog
ltdl.m4

index 6fa54e67ae1aaecdfb339ccf08227dbad63bb63a..f871702637c47bfac007ac2852efb28cc95a60fd 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 fa86b1be4c4ecdd9d75b7c451d4ac95be693222f..575ba650644a7f6014055812b92bfa346604ae7f 100644 (file)
--- a/ltdl.m4
+++ b/ltdl.m4
@@ -76,6 +76,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
          ;;