diff options
author | Ulf Möller <ulf@openssl.org> | 1999-09-07 17:07:13 +0000 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-09-07 17:07:13 +0000 |
commit | 9bb2560cf7c952e88b4661b2b4a7a7144cd48e26 (patch) | |
tree | a1aeb1418168d4d8b3f8030c42f9cfa855c256e0 /config | |
parent | b82ccbb7a02223de4fb78633ce8d3d974105d602 (diff) | |
download | openssl-new-9bb2560cf7c952e88b4661b2b4a7a7144cd48e26.tar.gz |
*** empty log message ***
Diffstat (limited to 'config')
-rwxr-xr-x | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -440,7 +440,7 @@ then fi if [ "$OUT" = "i86pc-sun-solaris2" ] then - ASM=`as -V /dev/null` + ASM=`as -V /dev/null 2>&1` case "$ASM" in GNU*) ;; *) options="$options no-asm" ; echo "WARNING: You need the GNU assembler to use OpenSSL assembler code." ; echo "Sun as is not supported on Solaris x86." ;; |