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

Fix AC_CACHE_VAL warning #297

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

petk
Copy link
Collaborator

@petk petk commented May 13, 2024

Cache variables must contain _cv_ to be cached otherwise this warning is emitted when generating configure script:

AC_CACHE_VAL(ax_cpu_freq, ...): suspicious cache-id, must contain _cv_
to be cached

I'll wait with this one for the existing PR #292 to be merged first

Cache variables must contain _cv_ to be cached otherwise this warning
is emitted when generating configure script:

    AC_CACHE_VAL(ax_cpu_freq, ...): suspicious cache-id, must contain _cv_
    to be cached
@petk petk marked this pull request as draft May 13, 2024 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant