Skip to content

Autotools: Refactor phpdbg POSIX Threads checks #14865

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

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

petk
Copy link
Member

@petk petk commented Jul 7, 2024

  • AS_VAR_IF, AS_VAR_APPEND used and CS synced
  • Added one missing AC_MSG_RESULT to properly put the configure output log on each line
  • AH_TEMPLATE used for HAVE_USERFAULTFD_WRITEFAULT to have help text on lesser places
  • Redundant terminating semicolons removed
  • Redundant PTHREADS_CHECK call removed as it is already done in configure.ac and before including SAPI M4 stubs
  • Redundant CFLAGS and LIBS storing and restoring removed

- AS_VAR_IF, AS_VAR_APPEND used and CS synced
- Added one missing AC_MSG_RESULT to properly put the configure output
  log on each line
- AH_TEMPLATE used for HAVE_USERFAULTFD_WRITEFAULT to have help text on
  lesser places
- Redundant terminating semicolons removed
- Redundant PTHREADS_CHECK call removed as it is already done in
  configure.ac and before including SAPI M4 stubs
- Redundant CFLAGS and LIBS storing and restoring removed
@petk petk merged commit 300d092 into php:master Jul 8, 2024
11 checks passed
@petk petk deleted the patch-phpdbg-autotools branch July 8, 2024 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants