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:
authorAlex Rønne Petersen <alex@alexrp.com>2013-04-19 12:16:18 +0400
committerAlex Rønne Petersen <alex@alexrp.com>2013-04-19 12:16:18 +0400
commit3f3ef7225cbabdae584723e5d77974d2e1c67d6c (patch)
treebe03f8b5117149e9dd8895b5e42c89874864e0a5 /configure.in
parentd0818307a1c3a4e359dcb485b03387c7388f5eac (diff)
parent2a42e4b294a0576c2e5230716964d0dac7db53ef (diff)
Merge pull request #555 from jack-pappas/sigaltstack-patch
Fix sigaltstack on BSD
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index c3f3fa9de57..5a4b2e19cc8 100644
--- a/configure.in
+++ b/configure.in
@@ -171,8 +171,6 @@ case "$host" in
AC_DEFINE(PTHREAD_POINTER_ID, 1, [pthread is a pointer])
libdl=
libgc_threads=pthreads
- # This doesn't seem to work as of 7.0 on amd64
- with_sigaltstack=no
use_sigposix=yes
;;
*-*-*openbsd*)