Skip to content

Commit

Permalink
configure.ac: Remove unused AC_CHECK_HEADERS() checks
Browse files Browse the repository at this point in the history
$ grep -rE 'HAVE_(UTMP)_H'
$ grep -rE 'HAVE_(TERMIO|SGTTY|SYS_IOCTL|PATHS)_H'
$ grep -rE 'HAVE_(LASTLOG|RPC_KEY_PROT|ACL_LIBACL)_H'
$ grep -rE 'HAVE_(ATTR_LIBATTR|ATTR_ERROR_CONTEXT)_H'
$

Signed-off-by: Alejandro Colomar <[email protected]>
  • Loading branch information
alejandro-colomar committed Nov 12, 2024
1 parent 53bcba5 commit 8ce4bc0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ LT_LIB_DLLOAD
dnl Checks for libraries.

dnl Checks for header files.
AC_CHECK_HEADERS(utmp.h \
termio.h sgtty.h sys/ioctl.h paths.h \
gshadow.h lastlog.h rpc/key_prot.h acl/libacl.h \
attr/libattr.h attr/error_context.h)
AC_CHECK_HEADERS(gshadow.h)

dnl shadow now uses the libc's shadow implementation
AC_CHECK_HEADER([shadow.h],,[AC_MSG_ERROR([You need a libc with shadow.h])])
Expand Down

0 comments on commit 8ce4bc0

Please sign in to comment.