summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Munro2022-08-13 11:43:55 +0000
committerThomas Munro2022-08-13 12:09:47 +0000
commitadee0df127e088a47c58801fc5a412392297e1da (patch)
treefa680c19024b133ce7bd2ed6c5d65796fa98f1e2 /configure.ac
parent36b3d52459aecd4f8bc39a4604e42186c48aa9d2 (diff)
Remove configure probe for shl_load library.
This was needed only by HP-UX 10, so it became redundant with commit 9db300ce. Reviewed-by: Tom Lane <[email protected]> Discussion: https://postgr.es/m/CA%2BhUKG%2BL_3brvh%3D8e0BW_VfX9h7MtwgN%3DnFHP5o7X2oZucY9dg%40mail.gmail.com
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 19fe78339c5..010c8e6a25a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1248,7 +1248,6 @@ AC_SEARCH_LIBS(setproctitle, util)
# required. Just checking for dlsym() ought to suffice.
AC_SEARCH_LIBS(dlsym, dl)
AC_SEARCH_LIBS(socket, [socket ws2_32])
-AC_SEARCH_LIBS(shl_load, dld)
AC_SEARCH_LIBS(getopt_long, [getopt gnugetopt])
AC_SEARCH_LIBS(shm_open, rt)
AC_SEARCH_LIBS(shm_unlink, rt)