From f94ffc7bf1a66b3e7652a35e9f6b3e8858aa1aa7 Mon Sep 17 00:00:00 2001 From: Albert Chin-A-Young Date: Sun, 23 Jun 2002 22:43:39 +0000 Subject: [PATCH] * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): HP/UX needs libltdl_cv_sys_dlopen_deplibs set to yes. --- ChangeLog | 2 ++ ltdl.m4 | 3 +++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 06835ce42..42e79ce2b 100644 --- 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 diff --git a/ltdl.m4 b/ltdl.m4 index 55ca69094..c06b7c7e9 100644 --- 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. -- 2.47.3