From a26d8be9531862af09c69b9704d219f1768d3d0e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 26 Feb 2016 12:25:13 +0100 Subject: [PATCH] Forgotten change of add() call in Configure Reviewed-by: Matt Caswell --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index ad20bf6288..06e19674bf 100755 --- a/Configure +++ b/Configure @@ -2081,7 +2081,7 @@ sub resolve_config { # value. # - Otherwise, this target's value is assumed to be a string that # will simply override the inherited list of values. - my $default_combiner = add(" "); + my $default_combiner = add(); my %all_keys = map { $_ => 1 } (keys %combined_inheritance,