]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): HP/UX needs
authorAlbert Chin-A-Young <china@thewrittenword.com>
Sun, 23 Jun 2002 22:43:39 +0000 (22:43 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 23 Jun 2002 22:43:39 +0000 (22:43 +0000)
libltdl_cv_sys_dlopen_deplibs set to yes.

ChangeLog
ltdl.m4

index 06835ce42dd6e244dd786e5e86378cc68e28400b..42e79ce2bf4c8b8d2010ccf15034dfe5636176cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): Need to quote [ and ] for
        Autoconf.
+       * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): HP/UX needs
+       libltdl_cv_sys_dlopen_deplibs set to yes.
 
 2002-06-23  Kevin Ryde  <user42@zip.com.au>
 
diff --git a/ltdl.m4 b/ltdl.m4
index 55ca690941930afb56039dfc2ffd71e754e6f4d4..c06b7c7e950b86dc37172b962ffa72e37f22975a 100644 (file)
--- a/ltdl.m4
+++ b/ltdl.m4
@@ -139,6 +139,9 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
   gnu*)
     libltdl_cv_sys_dlopen_deplibs=yes
     ;;
+  hpux10*|hpux11*)
+    libltdl_cv_sys_dlopen_deplibs=yes
+    ;;
   irix[[12345]]*|irix6.[[01]]*)
     # Catch all versions of IRIX before 6.2, and indicate that we don't
     # know how it worked for any of those versions.