diff options
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure b/source3/configure index 0ec5ebb0b3..1d5779bf34 100755 --- a/source3/configure +++ b/source3/configure @@ -3769,7 +3769,7 @@ else fi done -for ac_func in setuidx setgroups mktime rename ftruncate stat64 fstat64 lstat64 +for ac_func in setuidx setgroups mktime rename ftruncate stat64 fstat64 lstat64 fopen64 do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3776: checking for $ac_func" >&5 @@ -3934,7 +3934,7 @@ else fi done -for ac_func in srandom random srand rand setenv +for ac_func in srandom random srand rand setenv mmap64 do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3941: checking for $ac_func" >&5 |