summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-26 21:53:40 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-26 21:53:40 +0000
commit285066dd0bc256fc6b197ac6e55c51b39a574924 (patch)
tree894ec8a14ecbc0535d94817a84fe200aead69112 /configure.in
parentd4cddaaa4ce60dd5d35e85da4436236a287a622b (diff)
* configure.in: need a ",".
* process.c (rb_fork): check CANNOT_FORK_WITH_PTHREAD macro. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 2b43c6878f..87b0b1a0aa 100644
--- a/configure.in
+++ b/configure.in
@@ -1159,7 +1159,7 @@ main(int argc, char *argv[])
}
return EXIT_SUCCESS;
-}]
+}],
rb_cv_fork_with_pthread=yes,
rb_cv_fork_with_pthread=no,
rb_cv_fork_with_pthread=yes)])