From 84be7091fd586b634a5cc62008d00579320fb347 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 19 Jan 2009 16:42:18 +0000 Subject: [PATCH] No need to add fips to @skip --- Configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/Configure b/Configure index 2336707a29..45be2e6ab7 100755 --- a/Configure +++ b/Configure @@ -1052,8 +1052,6 @@ foreach (sort (keys %disabled)) print "\n"; } -push @skip, "fips" unless $fips; - my $IsMK1MF=scalar grep /^$target$/,@MK1MF_Builds; $IsMK1MF=1 if ($target eq "mingw" && $^O ne "cygwin" && !is_msys()); -- 2.25.1