Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: fix zlib and lz4 submodule checks
Conditionals to skip the submodule checks were using the wrong variable names, so the checks were always skipped. The correct behavior is to perform the check unless given `ZLIB=<zlib>` or `LZ4=<lz4>`, as applicable.
- Loading branch information