diff options
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure b/source3/configure index 1288634fe6..7cf0e29407 100755 --- a/source3/configure +++ b/source3/configure @@ -5100,7 +5100,7 @@ else RUNPROG="" fi -for ac_func in waitpid getcwd strdup strtoul strerror chown chmod chroot +for ac_func in waitpid getcwd strdup strtoul strerror chown fchown chmod fchmod chroot do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:5107: checking for $ac_func" >&5 |