# HG changeset patch # User diego # Date 1326983771 0 # Node ID 220e2f980b7339cbdf8f0464df16caf038c07707 # Parent 18e2bab6085102e7d66badeb4a997f310ff99e6c configure: Only test for Win32 threads on Windows. diff -r 18e2bab60851 -r 220e2f980b73 configure --- a/configure Mon Jan 16 09:15:40 2012 +0000 +++ b/configure Thu Jan 19 14:36:11 2012 +0000 @@ -3608,6 +3608,8 @@ fi fi + +if win32; then echocheck "w32threads" if test "$_pthreads" = yes ; then res_comment="using pthread instead" @@ -3619,6 +3621,8 @@ fi test "$_w32threads" = yes && def_threads='#define HAVE_THREADS 1' && def_w32threads='#define HAVE_W32THREADS 1' echores "$_w32threads" +fi #if win32; then + if os2 ; then echocheck "os2threads"