From: Andy Polyakov Date: Tue, 24 Jul 2007 14:41:20 +0000 (+0000) Subject: Configure update from 098. X-Git-Tag: OpenSSL_0_9_8k^2~765 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=69216cc5a542c52dbf5ea014985affe40da2d59b;p=oweals%2Fopenssl.git Configure update from 098. --- 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/)