Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix configure function checks for recent clang versions
Simply try taking the address of the function instead of doing funny stuff with the pointer which clang doesn't like anymore. This works with `-std=c89 -pendantic` and anything more permissive. On recent versions of clang works while producing -Wstrict-prototypes due to function declaration without a prototype being deprecated).
- Loading branch information