]> granicus.if.org Git - sudo/commitdiff
added check for seteuid
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 9 Oct 1996 17:36:56 +0000 (17:36 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 9 Oct 1996 17:36:56 +0000 (17:36 +0000)
configure.in

index 4b60d0c6ed3ae58ec2785f8b011038e00a4a3eb6..e1d06497a959c0aabc6d1c5ae893533b8d75d07a 100644 (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