added check for seteuid

This commit is contained in:
Todd C. Miller
1996-10-09 17:36:56 +00:00
parent 142136af0d
commit c7a278dd9b

View File

@@ -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