Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Portability: remove explicit check for libdl (#1963)
OpenBSD does not have libdl, as it has dlopen() in libc. It is not really needed, and force-requiring the presence of libdl causes ./configure to fail on openbsd: checking for dlopen in -ldl... no configure: error: Required library 'dl' not found
- Loading branch information