Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GraphBLAS: Check for ability to link with libdl.
On some platforms (like NetBSD), `dlopen` and similar functions are not in a library. They can be used in any dynamically linked program instead: https://man.netbsd.org/dlopen.3 Use a feature test during configuration to check whether linking to libdl is necessary (or possible).
- Loading branch information