aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mono/mono-2.6.3/configure.patch
blob: 55636c792ea0ad8feb82192178987179330ea4cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Index: mono-2.4.2.1/configure.in
===================================================================
--- mono-2.4.2.1.orig/configure.in	2008-11-13 18:22:29.000000000 -0500
+++ mono-2.4.2.1/configure.in	2008-12-10 16:03:11.000000000 -0500
@@ -1155,6 +1155,8 @@
 		], [
 				AC_MSG_RESULT(no)
 				with_tls=pthread
+		], [
+				AC_MSG_RESULT(yes)
 		])
 	fi
 
@@ -1257,6 +1259,9 @@
 		], [
 				with_sigaltstack=no
 				AC_MSG_RESULT(no)
+		], [
+				AC_MSG_RESULT(yes)
+				AC_DEFINE(HAVE_WORKING_SIGALTSTACK)
 		])
 	fi
 
@@ -1746,6 +1751,7 @@
 
 jit_wanted=false
 interp_wanted=false
+echo "CLIFF: checking host = $host"
 case "$host" in
 #	mips-sgi-irix5.* | mips-sgi-irix6.*)
 #		TARGET=MIPS;