Solaris 5.10 has poll(), so set try_poll_syscall="yes" in configure

in order to enable it. Otherwise Solaris 5.10 has issues building.
This commit is contained in:
Tim Brown 2012-05-29 14:37:31 +01:00 committed by Matthew Flatt
parent c5f821b641
commit ff185cf743
2 changed files with 2 additions and 0 deletions

1
src/configure vendored
View File

@ -3932,6 +3932,7 @@ case "$host_os" in
LIBS="$LIBS -lsocket -lnsl -lintl"
need_gcc_static_libgcc="yes"
check_gcc_dash_e="yes"
try_poll_syscall="yes"
;;
aix*)
enable_cgcdefault="yes"

View File

@ -470,6 +470,7 @@ case "$host_os" in
LIBS="$LIBS -lsocket -lnsl -lintl"
need_gcc_static_libgcc="yes"
check_gcc_dash_e="yes"
try_poll_syscall="yes"
;;
aix*)
enable_cgcdefault="yes"