On Sun, 2023-01-15 at 15:33 +0100, Bruno Haible wrote:
> In this test you have the lines
> 
>   # Fallback if configure did not find AR
>   my $ar = get_config('AR') || 'ar';
> 
> Why not do the same for CC?
> 
>   my $cc = get_config('CC') || 'cc';

Yes, that's how it's done in other tests.  I'll have to check why that
wasn't done here.  Maybe an oversight.

Reply via email to