diff options
Diffstat (limited to 'archivers/pax/files/configure')
-rwxr-xr-x | archivers/pax/files/configure | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/archivers/pax/files/configure b/archivers/pax/files/configure index 29ee50fd6b4..d95315fd77e 100755 --- a/archivers/pax/files/configure +++ b/archivers/pax/files/configure @@ -2942,10 +2942,10 @@ done -for ac_header in ctype.h errno.h err.h fnctl.h fts.h getopt.h grp.h \ - inttypes.h limits.h netdb.h paths.h pwd.h regexp.h regex.h rmt.h \ - signal.h stdarg.h stddef.h stdio.h stdlib.h strings.h string.h \ - time.h tzfile.h unistd.h vis.h +for ac_header in ctype.h err.h errno.h fnctl.h fts.h getopt.h grp.h \ + limits.h netdb.h paths.h pwd.h regex.h regexp.h rmt.h \ + signal.h stdarg.h stddef.h stdio.h stdlib.h string.h strings.h \ + time.h tzfile.h unistd.h util.h vis.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then @@ -3105,7 +3105,8 @@ done -for ac_header in sys/cdefs.h sys/ioctl.h sys/mtio.h sys/param.h \ + +for ac_header in sys/cdefs.h sys/ioctl.h sys/mman.h sys/mtio.h sys/param.h \ sys/resource.h sys/stat.h sys/tape.h sys/time.h sys/types.h sys/uio.h \ sys/wait.h do |