X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configure;fp=Configure;h=d5233103fc3a28ce172ecc92dbe3b517d6e8221e;hp=3deeb030a25d30c214fc9bcd49d8b3a953d6c5f8;hb=59d21298df9176b64b41cc8583c7024f7f5895d4;hpb=caf9317d7d75213990014e07048384be15688889 diff --git a/Configure b/Configure index 3deeb030a2..d5233103fc 100755 --- a/Configure +++ b/Configure @@ -1845,7 +1845,7 @@ foreach my $what (sort keys %disabled) { if (!grep { $what eq $_ } ( 'buildtest-c++', 'fips', 'threads', 'shared', 'module', 'pic', 'dynamic-engine', 'makedepend', - 'zlib-dynamic', 'zlib', 'sse2', 'legacy' )) { + 'sse2', 'legacy' )) { (my $WHAT = uc $what) =~ s|-|_|g; my $skipdir = $what;