From: Ivan Maidanski Date: Sat, 25 Feb 2012 17:03:52 +0000 (+0400) Subject: Regenerate configure; update ChangeLog X-Git-Tag: gc7_2~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a50eb1637ab9da9e7d8a206d3c876d9aa724526;p=gc Regenerate configure; update ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 64e6d245..8be81702 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-02-25 Ivan Maidanski + + * configure: Regenerate. + +2012-02-25 Ivan Maidanski + + * 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). + 2012-02-25 Ivan Maidanski * include/private/gc_priv.h (SIG_SUSPEND): Do not define for Cygwin diff --git a/configure b/configure index b3c153db..5c86de29 100755 --- a/configure +++ b/configure @@ -5044,6 +5044,7 @@ $as_echo "$as_me: WARNING: \"Only on NetBSD 2.0 or later.\"" >&2;} $as_echo "#define THREAD_LOCAL_ALLOC 1" >>confdefs.h THREADDLLIBS="-lpthread" + win32_threads=true ;; *-*-darwin*) $as_echo "#define GC_DARWIN_THREADS 1" >>confdefs.h