Branch: refs/heads/yves/va1der_configure_fix
Home: https://github.com/Perl/perl5
Commit: 092c3adf18fc60f8c23b9d169a33ad999a1ed340
https://github.com/Perl/perl5/commit/092c3adf18fc60f8c23b9d169a33ad999a1ed340
Author: Kurt Fitzner <[email protected]>
Date: 2023-01-29 (Sun, 29 Jan 2023)
Changed paths:
M AUTHORS
M Configure
Log Message:
-----------
Configure - fix handling of quoted gcc output
This patch was submitted in GH issue #20606. When gcc output contains
quoted elements we fail to handle it properly. This tweaks the sed
command to do so.
Fixes #20606.