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.
This updates the zlib check to use the compiler itself to find
zlib.h
. This fixes cases wherezlib.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.