JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.95k stars 387 forks source link

configure: simplify zlib check #152

Open mistydemeo opened 5 years ago

mistydemeo commented 5 years ago

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.