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, 1 insertions, 0 deletions
diff --git a/ext/mall/extconf.rb b/ext/mall/extconf.rb
index a180c71..8fc6cbd 100644
--- a/ext/mall/extconf.rb
+++ b/ext/mall/extconf.rb
@@ -4,5 +4,6 @@ have_header('malloc.h') or abort "malloc.h header missing"
 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')