Improve callback function performance and fix build on MacOS (#175)
* When building on macos I noticed that libcrypto was not found when using has_function(). This is because the compiler used to compile the check program is not being told about the library and include paths. Fix it by passing those into the has_function() check where appropriate. * Improve callback performance for non-matching case.
Showing
Please
register
or
sign in
to comment