Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 85486 | Differences between
and this patch

Collapse All | Expand All

(-)mono-1.1.4-orig/libgc/configure.in (-1 / +1 lines)
Lines 72-78 Link Here
72
    THREADS=posix
72
    THREADS=posix
73
    THREADLIBS=-lpthread
73
    THREADLIBS=-lpthread
74
    case "$host" in
74
    case "$host" in
75
     x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux* | x86_64-*-linux* | alpha-*-linux* | s390*-*-linux*)
75
     x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux* | x86_64-*-linux* | alpha-*-linux* | s390*-*-linux* | powerpc*-*-linux*)
76
	AC_DEFINE(GC_LINUX_THREADS)
76
	AC_DEFINE(GC_LINUX_THREADS)
77
	AC_DEFINE(_REENTRANT)
77
	AC_DEFINE(_REENTRANT)
78
        if test "${enable_parallel_mark}" = yes; then
78
        if test "${enable_parallel_mark}" = yes; then

Return to bug 85486