When I run:
./configure --with-snappy=no --with-zlib=no
I get:
configure: error: Invalid --with-zlib option: must be system, bundled, or auto.
Although ./configure --help says:
derick@singlemalt:~/dev/mongodb-mongo-c-driver $ ./configure --help | grep zlib --with-zlib=[auto/system/bundled/no] use system installed zlib or bundled zlib. zlib_CFLAGS C compiler flags for zlib, overriding pkg-config zlib_LIBS linker flags for zlib, overriding pkg-config
- is related to
-
CDRIVER-2292 --with-zlib or --with-snappy does not respect "system"
- Closed