]> granicus.if.org Git - gc/commit
Fix configure to compile win32_threads.c for MinGW pthreads-w32 target
authorIvan Maidanski <ivmai@mail.ru>
Sat, 25 Feb 2012 16:51:20 +0000 (20:51 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 25 Feb 2012 16:51:20 +0000 (20:51 +0400)
commit33373b4cbd2751e80023198ae100f7bec1e88171
tree7e4df2490ff8740f7fe7fdb6a8d062905766db87
parente581f1060ee777633d42573e220542d7febeaf29
Fix configure to compile win32_threads.c for MinGW pthreads-w32 target

* configure.ac (win32_threads): Set variable for "mingw" target
(causing definition of "WIN32_THREADS" AM conditional which, in turn,
causes win32_threads.c to be compiled and put to libgc.a).
configure.ac