1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Remove unused configure test for ldopen()

unused since f2cc453dd7
This commit is contained in:
Peter Eisentraut
2018-08-16 17:10:18 +02:00
parent c4c3400885
commit 9d0aa4f4d2
2 changed files with 0 additions and 67 deletions

View File

@ -1102,12 +1102,6 @@ AC_SEARCH_LIBS(setproctitle, util)
AC_SEARCH_LIBS(dlopen, dl)
AC_SEARCH_LIBS(socket, [socket ws2_32])
AC_SEARCH_LIBS(shl_load, dld)
# We only use libld in port/dynloader/aix.c
case $host_os in
aix*)
AC_SEARCH_LIBS(ldopen, ld)
;;
esac
AC_SEARCH_LIBS(getopt_long, [getopt gnugetopt])
AC_SEARCH_LIBS(crypt, crypt)
AC_SEARCH_LIBS(shm_open, rt)