Fix configure not picking up win32 threads on MinGW

This commit is contained in:
Samium Gromoff 2010-09-29 23:26:38 +04:00 committed by Juan Jose Garcia Ripoll
parent b999a2c8fb
commit ef0b0add8f

2
src/gc/configure vendored
View file

@ -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