From b27278d0cfab4809f3c3e8c95d2e2344e4b96f57 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 27 Aug 2007 20:02:23 +0000 Subject: [PATCH] Last change inadvertently disabled x86[_64] assembler in Windows build. --- Configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Configure b/Configure index 6542996334..6717105ecb 100755 --- a/Configure +++ b/Configure @@ -936,7 +936,9 @@ my $arflags = $fields[$idx_arflags]; if ($fips) { delete $disabled{"shared"} if ($disabled{"shared"} eq "default"); - $disabled{"asm"}="forced" if ("$cpuid_obj:$bn_obj:$aes_obj:$des_obj:$sha1_obj" eq "::::"); + $disabled{"asm"}="forced" + if ($target !~ "VC\-.*" && + "$cpuid_obj:$bn_obj:$aes_obj:$des_obj:$sha1_obj" eq "::::"); } -- 2.25.1