Define AO_NO_PTHREADS in configure if no pthreads (Win32 and VxWorks)
authorIvan Maidanski <ivmai@mail.ru>
Sun, 26 May 2013 12:32:32 +0000 (16:32 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 26 May 2013 12:44:50 +0000 (16:44 +0400)
commit6e7a0f7f75b46a5980ca711a8fc674c64c9567dd
tree5acfc8b7177258a034711a94951ff22ea527aabd
parent51eb4e32bde632eeda20d7f7281f843ed3b2b08d
Define AO_NO_PTHREADS in configure if no pthreads (Win32 and VxWorks)

* configure.ac (have_pthreads): Do not define to true if check for
pthread_self failed.
* configure.ac (AO_NO_PTHREADS): Define if not have_pthreads.
configure.ac