Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure.ac: Refine compile time checks for headers and functions
This removes checks for <string.h> and strpbrk as they are used unconditionally and unlikely to be absent on any supported platforms. This also makes it error out when <dlfcn.h> is not found. Signed-off-by: Daiki Ueno <[email protected]>
- Loading branch information