From ef0b0add8fcc916fc5747876d3fe0f10ffd7eed7 Mon Sep 17 00:00:00 2001 From: Samium Gromoff <_deepfire@feelingofgreen.ru> Date: Wed, 29 Sep 2010 23:26:38 +0400 Subject: [PATCH] Fix configure not picking up win32 threads on MinGW --- src/gc/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gc/configure b/src/gc/configure index 002d616a5..f76542799 100755 --- a/src/gc/configure +++ b/src/gc/configure @@ -4912,7 +4912,7 @@ echo "$as_me: error: \"Pthreads not supported by the GC on this platform.\"" >&2 cat >>confdefs.h <<\_ACEOF #define GC_WIN32_THREADS 1 _ACEOF - win32_threads=1 + win32_threads=true cat >>confdefs.h <<\_ACEOF #define NO_GETENV 1 _ACEOF