mirror of
https://github.com/rd235/cado
synced 2024-12-26 14:03:07 +01:00
Merge pull request #1 from encrypt94/master
add checks for libcap and PAM headers
This commit is contained in:
commit
6aaa8cee2f
@ -16,6 +16,12 @@ AC_PROG_INSTALL
|
||||
|
||||
# Checks for header files.
|
||||
AC_CHECK_HEADERS([fcntl.h stdint.h stdlib.h string.h unistd.h])
|
||||
AC_CHECK_HEADERS([sys/capability.h],
|
||||
[],
|
||||
[AC_MSG_ERROR([missing libcap header])])
|
||||
AC_CHECK_HEADERS([security/pam_appl.h security/pam_misc.h],
|
||||
[],
|
||||
[AC_MSG_ERROR([missing PAM headers])])
|
||||
|
||||
# Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_TYPE_UID_T
|
||||
|
Loading…
Reference in New Issue
Block a user