Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2003-07-29 19:23:41 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-07-29 19:23:41 +0400
commit289447f5f247762a9009ed6ec175c251c1b3a4a1 (patch)
treed51f1de4a739a23b4b32876b9d2826175760521a /configure.in
parent5af294011fd499473b9429add31eab0a8090dd81 (diff)
Patch from Mark
svn path=/trunk/mono/; revision=16841
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index af62fdb43ba..9652d37cc89 100644
--- a/configure.in
+++ b/configure.in
@@ -77,7 +77,7 @@ case "$host" in
CPPFLAGS="$CPPFLAGS -DGC_SOLARIS_THREADS -DGC_SOLARIS_PTHREADS -D_REENTRANT"
AC_DEFINE(NEED_LINK_UNLINK)
libmono_cflags="-D_REENTRANT"
- libgc_threads=solaris
+ libgc_threads=pthreads
;;
*-*-darwin*)
platform_win32=no