From: Andy Polyakov Date: Wed, 22 Jun 2005 23:50:07 +0000 (+0000) Subject: no-asm didn't prevent make from compiling assembler modules [from HEAD]. X-Git-Tag: OpenSSL_0_9_8~52 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bf3900020fda9e380728250f49bce23bd9fbcd36;p=oweals%2Fopenssl.git no-asm didn't prevent make from compiling assembler modules [from HEAD]. --- diff --git a/Configure b/Configure index e123093de5..768f18f2c6 100755 --- a/Configure +++ b/Configure @@ -885,8 +885,8 @@ foreach (sort (keys %disabled)) $openssl_other_defines .= "#define OPENSSL_NO_$ALGO\n"; print " OPENSSL_NO_$ALGO"; - if (/^err$/) - { $flags .= "-DOPENSSL_NO_ERR "; } + if (/^err$/) { $flags .= "-DOPENSSL_NO_ERR "; } + elsif (/^asm$/) { $no_asm = 1; } } else {