]> granicus.if.org Git - libevent/commit
Never test for select() on windows
authorTrond Norbye <trond.norbye@gmail.com>
Tue, 23 Mar 2010 17:27:10 +0000 (13:27 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 23 Mar 2010 17:27:10 +0000 (13:27 -0400)
commit3eb044d0a9cdaa9bc6a8fc202f1725bd7eda5e0b
treed7eb2cb1f1d7f037ded8836e681daa6107ee46a0
parent7960af51133b76dc2bd48bcf69bc2213fd354206
Never test for select() on windows

On 64-bit windows, configure actually _finds_ select when it tests for
it, and due to the ordering of the io implementations in event.c it is
chosen over the win32select implementation.

This modification skips the test for select on win32 (we don't want
that anyway, because Windows has its own), causing my windows box to
get the win32select implementation.

(edited by Nick)
configure.in