fix HAVE_PTHREADS being undefined on windows

This commit is contained in:
wm4 2013-11-04 00:48:43 +01:00
parent 00de1320b0
commit 3a831b2c01
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -1285,6 +1285,7 @@ echores "$_dl"
echocheck "pthread"
def_pthreads='#define HAVE_PTHREADS 0'
if linux ; then
THREAD_CFLAGS=-D_REENTRANT
elif freebsd || netbsd || openbsd ; then