From 5a38b9a10b3c5363cddc7acaaea2e1e9aceb254c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 18 Aug 2005 00:31:40 +0000 Subject: [PATCH] r9370: need a configure test for setresuid() --- source/lib/replace/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/replace/config.m4 b/source/lib/replace/config.m4 index 33dc33a50be..a912675d0f9 100644 --- a/source/lib/replace/config.m4 +++ b/source/lib/replace/config.m4 @@ -15,4 +15,4 @@ if test x"$samba_cv_REPLACE_INET_NTOA" = x"yes"; then AC_DEFINE(REPLACE_INET_NTOA,1,[Whether inet_ntoa should be replaced]) fi -AC_CHECK_FUNCS(strtoull __strtoull strtouq strtoll __strtoll strtoq seteuid) +AC_CHECK_FUNCS(strtoull __strtoull strtouq strtoll __strtoll strtoq seteuid setresuid)