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

Autotools: Refactor --enable-apcu-spinlocks #516

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

petk
Copy link
Contributor

@petk petk commented Sep 1, 2024

  • This uses the PHP_ARG_ENABLE instead of core AC_ARG_ENABLE to have check message automatically output and result variable PHP_APCU_SPINLOCKS set.
  • AS_VAR_IF used
  • AC_DEFINE arguments quoted and some simplistic help message text added.

- This uses the PHP_ARG_ENABLE instead of core AC_ARG_ENABLE to have
  check message automatically output and result variable
  PHP_APCU_SPINLOCKS set.
- AS_VAR_IF used
- AC_DEFINE arguments quoted and some simplistic help message text
  added.
@nikic nikic merged commit 4c43268 into krakjoe:master Sep 2, 2024
12 of 25 checks passed
@petk petk deleted the patch-enable-apcu-spinlocks branch September 2, 2024 20:18
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

Successfully merging this pull request may close these issues.

2 participants