mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
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:
parent
7c720ab3ee
commit
c247e646f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user