mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-07 12:50:34 -08:00
Fix configure not picking up win32 threads on MinGW
This commit is contained in:
parent
b999a2c8fb
commit
ef0b0add8f
1 changed files with 1 additions and 1 deletions
2
src/gc/configure
vendored
2
src/gc/configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue