From: Andy Polyakov Date: Mon, 9 May 2016 09:44:10 +0000 (+0200) Subject: Configure: make it work with Perl 5.10. X-Git-Tag: OpenSSL_1_1_0-pre6~888 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c145d19771d7197cda69c38ab74e7d269322b34d;p=oweals%2Fopenssl.git Configure: make it work with Perl 5.10. Reviewed-by: Richard Levitte --- diff --git a/Configure b/Configure index 52d4f934bc..43a326a7c1 100755 --- a/Configure +++ b/Configure @@ -1036,7 +1036,7 @@ if ($disabled{"dynamic-engine"}) { } unless ($disabled{fuzz}) { - push $config{dirs}, "fuzz"; + push @{$config{dirs}}, "fuzz"; $config{cflags} .= "-fsanitize-coverage=edge,indirect-calls "; }