diff options
Diffstat (limited to 'ext/thread/extconf.rb')
| -rw-r--r-- | ext/thread/extconf.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/thread/extconf.rb b/ext/thread/extconf.rb deleted file mode 100644 index 2f984efc6d..0000000000 --- a/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") |
