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 configure log message when cross-compiling #14658

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

petk
Copy link
Member

@petk petk commented Jun 24, 2024

This puts the configure log into its own lines and makes it readable:

checking for gcc... gcc
checking for native build C compiler... gcc

Otherwise something like this is output:

checking for gcc... checking for native build C compiler... gcc
gcc

This puts the configure log into its own lines and makes it readable:

    checking for gcc... gcc
    checking for native build C compiler... gcc
@petk petk merged commit 0775d68 into php:master Jun 25, 2024
9 of 11 checks passed
@petk petk deleted the patch-cross-compiling-msg branch June 25, 2024 16:58
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.

None yet

2 participants