X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configure;h=bdca5efb692a4e9408d89d1fea188546193a24d4;hp=57cdeb3dc40a8ff61818415ec7ce702bbd33b0c7;hb=e295d046dcdb83885d32eb08409e74849384ba60;hpb=bc32673869842c7f00ae7016040a612f516ead7e diff --git a/Configure b/Configure index 57cdeb3dc4..bdca5efb69 100755 --- a/Configure +++ b/Configure @@ -1324,8 +1324,8 @@ if (defined($config{api})) { if ($strict_warnings) { my $wopt; - die "ERROR --strict-warnings requires gcc, clang or icc" - unless $ecc eq 'gcc' || $ecc eq 'clang' || $ecc eq 'icc'; + die "ERROR --strict-warnings requires gcc or clang" + unless $ecc eq 'gcc' || $ecc eq 'clang'; foreach $wopt (split /\s+/, $gcc_devteam_warn) { $config{cflags} .= " $wopt" unless ($config{cflags} =~ /(?:^|\s)$wopt(?:\s|$)/)