about summary refs log tree commit homepage
path: root/ext/mall/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mall/extconf.rb')
-rw-r--r--ext/mall/extconf.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mall/extconf.rb b/ext/mall/extconf.rb
index 8fc6cbd..c8ae538 100644
--- a/ext/mall/extconf.rb
+++ b/ext/mall/extconf.rb
@@ -5,5 +5,4 @@ have_type('struct mallinfo', 'malloc.h') or abort 'struct mallinfo missing'
 have_func('malloc_trim', 'malloc.h')
 have_func('malloc_stats', 'malloc.h')
 have_func('malloc_info', 'malloc.h')
-dir_config('mall')
 create_makefile('mall')