aboutsummaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-29 15:20:28 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-12 22:19:30 -0400
commit2726bbc3391eddf0f75da56011137d327a156aab (patch)
tree6654c280a2cb29802f304a5321c036deb6113f79 /sim/configure
parenta80249d0a9da850e8971f45beb435ad4f154447d (diff)
downloadfsf-binutils-gdb-2726bbc3391eddf0f75da56011137d327a156aab.zip
fsf-binutils-gdb-2726bbc3391eddf0f75da56011137d327a156aab.tar.gz
fsf-binutils-gdb-2726bbc3391eddf0f75da56011137d327a156aab.tar.bz2
sim: assume sys/select.h always exists
Now that gnulib provides this, assume it exists.
Diffstat (limited to 'sim/configure')
-rwxr-xr-xsim/configure3
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/configure b/sim/configure
index bb3c54c..2d4204f 100755
--- a/sim/configure
+++ b/sim/configure
@@ -2355,7 +2355,6 @@ as_fn_append ac_header_list " sys/mman.h"
as_fn_append ac_header_list " sys/mount.h"
as_fn_append ac_header_list " sys/param.h"
as_fn_append ac_header_list " sys/resource.h"
-as_fn_append ac_header_list " sys/select.h"
as_fn_append ac_header_list " sys/socket.h"
as_fn_append ac_header_list " sys/stat.h"
as_fn_append ac_header_list " sys/statfs.h"
@@ -4660,8 +4659,6 @@ done
-
-
for ac_func in $ac_func_list
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`