Passing "--with-zlib=system" or "--with-snappy=system" to configure always fails with "Cannot find system installed zlib" or "Cannot find system installed snappy". The configure check in our Autotools script only handles "auto" or "bundled" properly, because of a wrong boolean. If you pass "bundled" and the system libraries are available, configure does find and use them by default.
- related to
-
CDRIVER-2326 Can't disable zlib, although ./configure --help says I can
- Closed