From: Alejandro Colomar Date: Thu, 30 Dec 2021 13:43:46 +0000 (+0100) Subject: Remove unused autoconf check: dlopen(3) X-Git-Tag: 4.12~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88bd05020c7441a78aa8d5d67fdac058fd040b40;p=thirdparty%2Fshadow.git Remove unused autoconf check: dlopen(3) BTW, it was unnecessary, since POSIX.1-2001 defines the function. Signed-off-by: Alejandro Colomar --- diff --git a/configure.ac b/configure.ac index 28acee824..2fa326333 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.