]> granicus.if.org Git - libevent/commit
Never believe that we have pthreads on win32, even if gcc thinks we do.
authorNick Mathewson <nickm@torproject.org>
Wed, 30 Dec 2009 16:58:36 +0000 (11:58 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 30 Dec 2009 18:30:20 +0000 (13:30 -0500)
commit78ed097267f2db83c9b05915c76b5287cb2c89f7
tree8aafbfeb6d11b2a507784141fc3b91b3aca0eb40
parent2e8eeea3e86b1f577e34ef2bc4f7099d848ae787
Never believe that we have pthreads on win32, even if gcc thinks we do.

Apparently some newer versions of mingw provide a fake pthreads api to
let applications work even if they don't know about windows threading.
That's nice, but we aren't one of those.
configure.in