From: Andy Polyakov Date: Tue, 24 Jul 2007 14:41:03 +0000 (+0000) Subject: Configure update from 098. X-Git-Tag: FIPS_098_TEST_3~32 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ce0e12d29a3dd73f391404f17ce1a47da8781612;p=oweals%2Fopenssl.git Configure update from 098. --- diff --git a/Configure b/Configure index 1925de523e..d5a046c4a9 100755 --- a/Configure +++ b/Configure @@ -1264,7 +1264,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 =~ /x86/) + if ($sha1_obj =~ /sse2/) { if ($no_sse2) { $sha1_obj =~ s/\S*sse2\S+//; } elsif ($cflags !~ /OPENSSL_IA32_SSE2/)