about summary refs log tree commit homepage
path: root/ext/mall/extconf.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-06 19:18:19 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-06 19:22:07 +0000
commit18693fc27c4c44914fa5be12dbd403f07f1af998 (patch)
treeec17e554d4a19284ea18042b1b3a53788c2dfdc7 /ext/mall/extconf.rb
parent9d980ac4b6163f0d8da22a9b6e07e3e464867308 (diff)
downloadmall-18693fc27c4c44914fa5be12dbd403f07f1af998.tar.gz
mall 1.0.2 - fix packaging, harder v1.0.2
Oops...
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')