diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-18 00:31:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:33:28 -0500 |
commit | 4e21575ed2144c0ca330439989278906c273270d (patch) | |
tree | b3d4db0c6e498fe2bf21034ec64bbe3045b60b6b /source4 | |
parent | 5d899b8a35c9ef1e3688fc56495be1c37477e726 (diff) | |
download | samba-4e21575ed2144c0ca330439989278906c273270d.tar.gz samba-4e21575ed2144c0ca330439989278906c273270d.tar.bz2 samba-4e21575ed2144c0ca330439989278906c273270d.zip |
r9370: need a configure test for setresuid()
(This used to be commit 5a38b9a10b3c5363cddc7acaaea2e1e9aceb254c)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/replace/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/config.m4 b/source4/lib/replace/config.m4 index 33dc33a50b..a912675d0f 100644 --- a/source4/lib/replace/config.m4 +++ b/source4/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) |