mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
Merge branch 'patch-7' of https://github.com/gsjaardema/netcdf-c into gsjaardema-patch-7
This commit is contained in:
commit
e9f07bd681
@ -22,7 +22,7 @@ fi
|
||||
|
||||
has_nc2="@BUILD_V2@"
|
||||
|
||||
if [ -z $has_nc2 ]; then
|
||||
if [ -z $has_nc2 -o "$has_nc2" = "OFF" ]; then
|
||||
has_nc2="no"
|
||||
else
|
||||
has_nc2="yes"
|
||||
@ -50,7 +50,7 @@ else
|
||||
fi
|
||||
|
||||
has_hdf5="@USE_HDF5@"
|
||||
if [ -z $has_hdf5 ]; then
|
||||
if [ -z $has_hdf5 -o "$has_hdf5" = "OFF" ]; then
|
||||
has_hdf5="no"
|
||||
else
|
||||
has_hdf5="yes"
|
||||
|
Loading…
Reference in New Issue
Block a user