]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Remove unused check for <syslog.h>
authorAlejandro Colomar <alx@kernel.org>
Fri, 2 Dec 2022 20:54:18 +0000 (21:54 +0100)
committerSerge Hallyn <serge@hallyn.com>
Thu, 15 Dec 2022 22:22:05 +0000 (16:22 -0600)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
configure.ac

index ec9a6841e27f67852a0ee0e98fc21b6fd2017ad0..951544f6eb740d019c9b94435f8313970d298ba4 100644 (file)
@@ -37,7 +37,7 @@ dnl Checks for libraries.
 
 dnl Checks for header files.
 AC_CHECK_HEADERS(crypt.h utmp.h \
-       termio.h sgtty.h sys/ioctl.h syslog.h paths.h \
+       termio.h sgtty.h sys/ioctl.h paths.h \
        utime.h ulimit.h sys/capability.h sys/random.h sys/resource.h \
        gshadow.h lastlog.h rpc/key_prot.h netdb.h acl/libacl.h \
        attr/libattr.h attr/error_context.h)