]> 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:48:38 +0000 (22:48 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 23 Jun 2002 22:48:38 +0000 (22:48 +0000)
libltdl_cv_sys_dlopen_deplibs set to yes.

ChangeLog
ltdl.m4

index ee5044f06e630f3de18d367cc27be40bf355f4bb..61b865fd844fd7e40231ebafa5bd4288953a98b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-23  Albert Chin-A-Young  <china@thewrittenword.com>
+
+       * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): HP/UX needs
+       libltdl_cv_sys_dlopen_deplibs set to yes.
+
 2002-06-23  Gary V. Vaughan  <gary@gnu.org>
 
        * libltdl/ltdl.c (argz_insert): Actually, BEFORE can be NULL
diff --git a/ltdl.m4 b/ltdl.m4
index ae224cc8cc5de587cae47a18178ae7c5edc85255..4f77e2baffa41a960c49b343b2d345c533aa2f2a 100644 (file)
--- a/ltdl.m4
+++ b/ltdl.m4
@@ -124,6 +124,9 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
        # PORTME does your system automatically load deplibs for dlopen()?
        libltdl_cv_sys_dlopen_deplibs=unknown
        case "$host_os" in
+        hpux10*|hpux11*)
+          libltdl_cv_sys_dlopen_deplibs=yes
+          ;;
        linux*)
          libltdl_cv_sys_dlopen_deplibs=yes
          ;;