From 5df70a9e21646bb9c9c9526033878e793c56ded4 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 22 Jun 2005 23:44:44 +0000 Subject: [PATCH] no-asm didn't prevent make from compiling assembler modules. --- Configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.25.1