rakshasa / libtorrent

libTorrent BitTorrent library
http://rtorrent.net/downloads/
GNU General Public License v2.0
883 stars 210 forks source link

Use pkg-check to find zlib #249

Open anthonyryan1 opened 4 months ago

anthonyryan1 commented 4 months ago

AX_CHECK_ZLIB has been slowly bitrotting, and there's precedent for this approach with CPPUNIT already.

Alternatively we could update to a newer version, but pkg-check is a bit more future-proof.