view patches/libgc-7.2-mingw-threads.patch @ 6460:967f2299c437

mingw::libgc: bump to 7.2.alpha4.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 01 Feb 2011 15:14:38 +0100
parents
children
line wrap: on
line source

--- libgc-7.2.4/configure.ac~	2009-12-01 21:34:24.000000000 +0100
+++ libgc-7.2.4/configure.ac	2011-01-31 23:18:59.763071888 +0100
@@ -186,7 +186,7 @@ case "$THREADS" in
      *-*-irix*)
 	AC_DEFINE(GC_IRIX_THREADS)
 	;;
-     *-*-cygwin*)
+     *-*-cygwin*|*-*-mingw*)
 	AC_DEFINE(GC_THREADS)
         if test "${enable_parallel_mark}" = yes; then
 	  AC_DEFINE(PARALLEL_MARK)