diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-08-29 22:38:15 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-08-29 22:38:15 +0300 |
commit | 17edae8fbae125b54e85c2be94f198f228465f81 (patch) | |
tree | 3da07997604bf53862d8dd41dfc817c21d6fc9df /extension/configure | |
parent | 8b4c4f85fbbc5282702b0367c04d1275b62dd6ef (diff) | |
download | egawk-17edae8fbae125b54e85c2be94f198f228465f81.tar.gz egawk-17edae8fbae125b54e85c2be94f198f228465f81.tar.bz2 egawk-17edae8fbae125b54e85c2be94f198f228465f81.zip |
More wonderful portability stuff in the extensions.
Diffstat (limited to 'extension/configure')
-rwxr-xr-x | extension/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/configure b/extension/configure index 632c0d76..68d0ebcd 100755 --- a/extension/configure +++ b/extension/configure @@ -13715,7 +13715,7 @@ then CFLAGS="$CFLAGS -Wall -Wextra" fi -for ac_header in dirent.h fnmatch.h fts.h time.h sys/time.h sys/select.h +for ac_header in dirent.h fnmatch.h time.h sys/time.h sys/select.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" @@ -13729,7 +13729,7 @@ fi done -for ac_func in fdopendir fnmatch fts_open fts_read gettimeofday \ +for ac_func in fdopendir fnmatch gettimeofday \ getdtablesize nanosleep select GetSystemTimeAsFileTime do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |