no-asm didn't prevent make from compiling assembler modules.
authorAndy Polyakov <appro@openssl.org>
Wed, 22 Jun 2005 23:44:44 +0000 (23:44 +0000)
committerAndy Polyakov <appro@openssl.org>
Wed, 22 Jun 2005 23:44:44 +0000 (23:44 +0000)
Configure

index e123093de5dff99ac49643bec6683c3e1bc21c2b..768f18f2c6b3439b95f12299c8a3d89acc619b39 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -885,8 +885,8 @@ foreach (sort (keys %disabled))
                        $openssl_other_defines .= "#define OPENSSL_NO_$ALGO\n";
                        print " OPENSSL_NO_$ALGO";
                
                        $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
                        {
                        }
                else
                        {