To enable the kernel poll for Erlang OTP R8B-1:

1) Patch you Erlang distribution
cd $ERL_TOP
patch -p1 < kernel_poll_R8B-1

2) Update autoconfigure scripts
cd erts
autoheader
autoconf

3) Configure and build as normal
./configure [...]
make 

