Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure: simplify zlib check #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mistydemeo
Copy link

This updates the zlib check to use the compiler itself to find zlib.h. This fixes cases where zlib.h is inside the compiler's default search path, but not in the set of paths contained in the configure script. An example is #94, where macOS's builtin zlib has its headers in a path that the configure script doesn't know about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant