HDFGroup / hdf4

Official HDF4 Library Repository
Other
14 stars 25 forks source link

Fix encoder detection w/ --with-szlib & no paths #548

Closed derobins closed 8 months ago

derobins commented 8 months ago

The Autotools --with-szlib option did not correctly detect the presence of the encoder due to a mis-named variable. When enabled, a missing variable would cause the dumper tests to fail due to picking the non-szip file for output diffs.

This is fixed now, and --with-szlib works as expected.

Also cleans up some szip-related warnings.