From 69216cc5a542c52dbf5ea014985affe40da2d59b Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 24 Jul 2007 14:41:20 +0000 Subject: [PATCH] Configure update from 098. --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index 984518570b..295a3c38fc 100755 --- a/Configure +++ b/Configure @@ -1221,7 +1221,7 @@ if ($sha1_obj =~ /\.o$/) $cflags.=" -DSHA1_ASM" if ($sha1_obj =~ /sx86/ || $sha1_obj =~ /sha1/); $cflags.=" -DSHA256_ASM" if ($sha1_obj =~ /sha256/); $cflags.=" -DSHA512_ASM" if ($sha1_obj =~ /sha512/); - if ($sha1_obj =~ /sx86/) + if ($sha1_obj =~ /sse2/) { if ($no_sse2) { $sha1_obj =~ s/\S*sse2\S+//; } elsif ($cflags !~ /OPENSSL_IA32_SSE2/) -- 2.34.1