]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Remove unused autoconf check: dlopen(3)
authorAlejandro Colomar <alx.manpages@gmail.com>
Thu, 30 Dec 2021 13:43:46 +0000 (14:43 +0100)
committerSerge Hallyn <serge@hallyn.com>
Sat, 15 Jan 2022 14:25:53 +0000 (08:25 -0600)
BTW, it was unnecessary, since POSIX.1-2001 defines the function.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
configure.ac

index 28acee8242bc4da72afe1670f98501b1119bf2af..2fa3263330e6b575f86012e62da497382466be2d 100644 (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.