]> Nick Gasson's Git Repositories - nvc.git/commit
Use pkg-config to detect zlib (#967)
authorFilip Filmar <filmil@gmail.com>
Mon, 9 Sep 2024 07:55:26 +0000 (00:55 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2024 07:55:26 +0000 (08:55 +0100)
commit94cb1d05de6e247a816c2df234a2e6dd0aeb72fb
tree48855a15180bcec279b0b486b052616e09da3e79
parentaf2dd6b2289e6f3114b405f441763fb34742b652
Use pkg-config to detect zlib (#967)

The old code used to detect zlib by trying to compile a program. All
well and good, until you want to use a zlib that is not in a
standardized location.

This change allows providing zlib via a pkgconfig path.
Makefile.am
configure.ac
src/Makemodule.am
test/Makemodule.am