HDFGroup / hdf4

Official HDF4 Library Repository
Other
14 stars 25 forks source link

Ensure that java requires shared in Autotools #541

Closed derobins closed 8 months ago

derobins commented 8 months ago

The Autotools checked for Java before checking static/shared, which allowed Java to be configured with static-only builds.

This reorders the Java and static/shared checks to ensure that Java cannot be configured without shared libraries.

Fixes #481