*** empty log message ***

This commit is contained in:
Ulf Möller 1999-09-07 17:07:13 +00:00
parent b82ccbb7a0
commit 9bb2560cf7

2
config
View File

@ -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." ;;