From: Andy Polyakov Date: Wed, 22 Jun 2005 23:44:44 +0000 (+0000) Subject: no-asm didn't prevent make from compiling assembler modules. X-Git-Tag: OpenSSL_0_9_8k^2~1993 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=5df70a9e21646bb9c9c9526033878e793c56ded4 no-asm didn't prevent make from compiling assembler modules. --- 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 {