mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
added check for seteuid
This commit is contained in:
parent
142136af0d
commit
c7a278dd9b
@ -702,7 +702,7 @@ esac
|
||||
dnl
|
||||
dnl Function checks
|
||||
dnl
|
||||
AC_CHECK_FUNCS(strchr strrchr memcpy memset sysconf sigaction tzset strcasecmp)
|
||||
AC_CHECK_FUNCS(strchr strrchr memcpy memset sysconf sigaction tzset strcasecmp seteuid)
|
||||
if test "$SHADOW_TYPE" = "SPW_SECUREWARE"; then
|
||||
AC_CHECK_FUNCS(bigcrypt)
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user