summaryrefslogtreecommitdiff
path: root/ruby_1_8_6/ext/thread/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_8_6/ext/thread/extconf.rb')
-rw-r--r--ruby_1_8_6/ext/thread/extconf.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/ruby_1_8_6/ext/thread/extconf.rb b/ruby_1_8_6/ext/thread/extconf.rb
deleted file mode 100644
index 2f984efc6d..0000000000
--- a/ruby_1_8_6/ext/thread/extconf.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-require 'mkmf'
-
-enable_config('fastthread', true) or exit
-
-if with_config('mem-pools', true)
- $CPPFLAGS << ' -DUSE_MEM_POOLS'
-end
-
-create_makefile("thread")