diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-04-16 06:25:00 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-04-16 06:25:00 +0000 |
| commit | 251dd4034f3a3f11a190c06d7b69670dc87d219d (patch) | |
| tree | 4cf80bc69905e916a398f67dd9df8e062252d8df /configure | |
| parent | 67e5cb217e62e61928a7c399148f7d4a0bcfee0b (diff) | |
get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks for individual headers instead
Diffstat (limited to 'configure')
| -rw-r--r-- | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3125,7 +3125,9 @@ done -for ac_header in ctype.h dirent.h fcntl.h libgen.h locale.h nl_types.h process.h signal.h stdarg.h stdio.h time.h unistd.h sys/param.h sys/select.h sys/signal.h sys/stat.h sys/time.h sys/types.h sys/wait.h + + +for ac_header in ctype.h dirent.h fcntl.h libgen.h locale.h nl_types.h process.h signal.h stdarg.h stdio.h string.h stdlib.h time.h unistd.h sys/param.h sys/select.h sys/signal.h sys/stat.h sys/time.h sys/types.h sys/wait.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then |
