about summary refs log tree commit homepage
path: root/ext/mwrap/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mwrap/extconf.rb')
-rw-r--r--ext/mwrap/extconf.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mwrap/extconf.rb b/ext/mwrap/extconf.rb
index 3336548..f184b76 100644
--- a/ext/mwrap/extconf.rb
+++ b/ext/mwrap/extconf.rb
@@ -7,8 +7,6 @@ have_func 'mempcpy'
 have_library 'urcu-cds' or abort 'userspace RCU not installed'
 have_header 'urcu/rculfhash.h' or abort 'rculfhash.h not found'
 have_library 'urcu-bp' or abort 'liburcu-bp not found'
-have_library 'dl'
-have_library 'c'
 have_library 'execinfo' # FreeBSD
 $defs << '-DHAVE_XXHASH' if have_header('xxhash.h')