From 88bd05020c7441a78aa8d5d67fdac058fd040b40 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Thu, 30 Dec 2021 14:43:46 +0100 Subject: [PATCH] Remove unused autoconf check: dlopen(3) BTW, it was unnecessary, since POSIX.1-2001 defines the function. Signed-off-by: Alejandro Colomar --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 28acee82..2fa32633 100644 --- a/configure.ac +++ b/configure.ac @@ -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.