summaryrefslogtreecommitdiff
path: root/ext/thread/extconf.rb
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-09 11:41:49 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-09 11:41:49 +0000
commit60047f3822665908e8fff75efd09e6fe7f934da7 (patch)
treefa46addbcafa8c5f8e9438687b96f6e89202db4a /ext/thread/extconf.rb
parentb13f2006ec1b20ae32a141305185f986b89f32d4 (diff)
* ext/thread: Import the "fastthread" implementation by MenTaLguY
in the original form. This module is not hooked into the build yet since it needs some style fixes and adjustments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/thread/extconf.rb')
-rw-r--r--ext/thread/extconf.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/thread/extconf.rb b/ext/thread/extconf.rb
new file mode 100644
index 0000000000..f83dacae39
--- /dev/null
+++ b/ext/thread/extconf.rb
@@ -0,0 +1,2 @@
+require 'mkmf'
+create_makefile("thread")