mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
*** empty log message ***
This commit is contained in:
parent
b82ccbb7a0
commit
9bb2560cf7
2
config
2
config
@ -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." ;;
|
||||
|
Loading…
Reference in New Issue
Block a user