commit | 946cbf67afc5a76394008bcad9efa67deeefb172 | [log] [tgz] |
---|---|---|
author | Bodo Möller <bodo@openssl.org> | Wed Jun 23 12:18:31 1999 +0000 |
committer | Bodo Möller <bodo@openssl.org> | Wed Jun 23 12:18:31 1999 +0000 |
tree | f4589cfc72f197cecd88e98424ba7734dc9e937d | |
parent | 170afce58d5c9ffc399892e19a52c5559e2db801 [diff] [blame] |
Don't use inline assembler when configured for "no-asm".
diff --git a/Configure b/Configure index c3e546b..c8749f7 100755 --- a/Configure +++ b/Configure
@@ -330,7 +330,10 @@ foreach (@ARGV) { if (/^no-asm$/) - { $no_asm=1; } + { + $no_asm=1; + $flags .= "-DNO_ASM "; + } elsif (/^no-threads$/) { $no_threads=1; } elsif (/^threads$/)