HomeClusterLabs Projects

Build: require libqb 0.17.0 or later

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Build: require libqb 0.17.0 or later

This allows us to drop some compatibility checks.

Also take the opportunity to straighten out our ACL support checks. Previously,
we required libqb 0.11.0 or later, and tested for a function defined in 0.14.0
to help determine ACL support. However, the code used the function
unconditionally, meaning we actually required 0.14.0 in practice. Now, we can
just assume it's there, which simplifies the configure.ac checks considerably.

Details

Provenance
kgaillotAuthored on Dec 18 2020, 4:50 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.