libgo: Try to guess the right type for select bits in mksysinfo.

From-SVN: r171858
This commit is contained in:
Ian Lance Taylor 2011-04-01 22:53:54 +00:00
parent 15a03a11ce
commit 4ac7fcaac0
4 changed files with 15 additions and 4 deletions

2
libgo/configure vendored
View file

@ -14228,7 +14228,7 @@ no)
;;
esac
for ac_header in sys/mman.h syscall.h sys/epoll.h sys/ptrace.h sys/syscall.h sys/user.h sys/utsname.h
for ac_header in sys/mman.h syscall.h sys/epoll.h sys/ptrace.h sys/syscall.h sys/user.h sys/utsname.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"