Remove unused autoconf check: dlopen(3)

BTW, it was unnecessary, since POSIX.1-2001 defines the function.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-12-30 14:43:46 +01:00 committed by Serge Hallyn
parent 20a39fbbab
commit 88bd05020c
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ AC_CHECK_FUNCS(arc4random_buf l64a fchmod fchown fsync futimes \
getutent initgroups lchown lckpwdf lstat lutimes \
setgroups sigaction updwtmp updwtmpx innetgr getpwnam_r \
getpwuid_r getgrnam_r getgrgid_r getspnam_r getaddrinfo ruserok \
dlopen memset_s explicit_bzero)
memset_s explicit_bzero)
AC_SYS_LARGEFILE
dnl Checks for typedefs, structures, and compiler characteristics.