]> 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:59:37 +0000 (20:59 +0400)
commit34fa9f5abe9e8ba99dffab59c0bd99a38e71458a
treee9314fabcbdfdfe2c62b05847756b1c98dd7aa7b
parentdecc09d0cf6a39409e7be3b1e42c7e2daf3455d3
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