diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2015-01-02 15:19:35 -0500 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2015-01-02 15:19:35 -0500 |
commit | e5f5db59aacd63af3369cb113c1c7b097c2f4be5 (patch) | |
tree | d1c29ba55f4f04270042cea01a46baba17b18cf8 /extension/configure | |
parent | 99c220c921ef24bfea7a1fe425753caf20db7c30 (diff) | |
download | egawk-e5f5db59aacd63af3369cb113c1c7b097c2f4be5.tar.gz egawk-e5f5db59aacd63af3369cb113c1c7b097c2f4be5.tar.bz2 egawk-e5f5db59aacd63af3369cb113c1c7b097c2f4be5.zip |
Remove the select extension, since it will be part of gawkextlib.
Diffstat (limited to 'extension/configure')
-rwxr-xr-x | extension/configure | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extension/configure b/extension/configure index 4bd1d940..7ee9c0df 100755 --- a/extension/configure +++ b/extension/configure @@ -14233,7 +14233,7 @@ else $as_echo "no" >&6; } fi -for ac_header in fnmatch.h limits.h sys/time.h sys/select.h sys/param.h signal.h +for ac_header in fnmatch.h limits.h sys/time.h sys/select.h sys/param.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" @@ -14490,9 +14490,8 @@ $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h fi -for ac_func in fcntl fdopendir fnmatch gettimeofday \ - getdtablesize kill nanosleep select sigaction sigprocmask \ - GetSystemTimeAsFileTime +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` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |