From 29b0ce236364bbc2ae5d758310fc5b3e9fd0a496 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 13 Jan 2023 21:31:21 +0000 Subject: extconf: remove unneeded checks libdl is no longer needed since we no longer use dlsym(3). libc is assumed, not sure what I was smoking when I added an explicit check for that... --- ext/mwrap/extconf.rb | 2 -- 1 file changed, 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') -- cgit v1.2.3-24-ge0c7