Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENABLE_ACL vs HAVE_ACL_LIBACL_H #2098

Open
asolwa opened this issue Mar 28, 2024 · 0 comments
Open

ENABLE_ACL vs HAVE_ACL_LIBACL_H #2098

asolwa opened this issue Mar 28, 2024 · 0 comments

Comments

@asolwa
Copy link
Contributor

asolwa commented Mar 28, 2024

Hi,

In CMake there is a ENABLE_ACL flag, but regardless of its value following check if always executed:

LA_CHECK_INCLUDE_FILE("acl/libacl.h" HAVE_ACL_LIBACL_H)

I think it should be conditionally disabled(based on ENABLE_ACL flag), shouldn't it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant