From 02db1bdf776c06839de78e557f8259f2c3803e5b Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 10 Feb 2007 21:41:26 +0000 Subject: * configure.in, ext/thread/extconf.rb, lib/thread.rb: Add a configure option `--disable-fastthread', to choose the original, pure ruby version of the "thread" library instead of the new, much faster implementation in ext/thread. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/thread.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/thread.rb b/lib/thread.rb index c4bb141ce7..7df6a140f5 100644 --- a/lib/thread.rb +++ b/lib/thread.rb @@ -1,4 +1,8 @@ # +# NOTE: +# This file is overwritten by ext/thread/lib/thread.rb unless ruby +# is configured with --disable-fastthread. +# # thread.rb - thread support classes # $Date$ # by Yukihiro Matsumoto -- cgit v1.2.3