diff options
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/configure b/source3/configure index 11e36f6562..b770f95376 100755 --- a/source3/configure +++ b/source3/configure @@ -1413,7 +1413,7 @@ else fi done -for ac_hdr in unistd.h utime.h grp.h sys/id.h limits.h net/if.h +for ac_hdr in unistd.h utime.h grp.h sys/id.h limits.h memory.h net/if.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -1453,7 +1453,7 @@ else fi done -for ac_hdr in compat.h sys/param.h ctype.h sys/wait.h sys/ioctl.h +for ac_hdr in compat.h rpcsvc/ypclnt.h sys/param.h ctype.h sys/wait.h sys/ioctl.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -1493,7 +1493,7 @@ else fi done -for ac_hdr in sys/filio.h string.h stdlib.h sys/socket.h sys/mode.h +for ac_hdr in sys/filio.h string.h strings.h stdlib.h sys/socket.h sys/mode.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -3097,7 +3097,7 @@ else fi done -for ac_func in fstat strchr utime utimes getrlimit fsync execl +for ac_func in fstat strchr utime utimes getrlimit fsync execl bzero memset do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3104: checking for $ac_func" >&5 |