]> perl5.git.perl.org Git - perl5.git/commit This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Configure: Fix compilation error on some systems 22799/head
authorKarl Williamson <[email protected]>
Sat, 30 Nov 2024 14:51:59 +0000 (07:51 -0700)
committerKarl Williamson <[email protected]>
Sat, 30 Nov 2024 15:07:57 +0000 (08:07 -0700)
commit574686289ecc8c8fbc8c6da36b1c578110a111d4
tree2421592dffc5b086fb5503277a5172e315c8a8e9
parent342b57d68213add262954103c711be7d6ed0f128
Configure: Fix compilation error on some systems

See https://github.com/Perl/perl5/issues/22793

This typo in a printf format causes some C compilations to fail; others
to just warn.  However stderr is redirected to /dev/null, so we weren't
aware of this issue.

When it fails, other issues cause perl to not be usable on the system.
Configure