Fix setting of use_szlib

The `USE_SZLIB` symbol only appeared one time in this file in the entire project.  I think that `USE_SZIP` is the intended symbol.
This commit is contained in:
Greg Sjaardema 2020-10-15 09:40:31 -06:00 committed by GitHub
parent 7c720ab3ee
commit c247e646f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ else
has_hdf5="yes"
fi
has_szlib="@USE_SZLIB@"
has_szlib="@USE_SZIP@"
if [ -z "$has_szlib" -o "$has_szlib" = "OFF" ]; then
has_szlib="no"
else