From: Ulf Möller Date: Tue, 7 Sep 1999 17:07:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: OpenSSL_0_9_5beta1~539 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=9bb2560cf7c952e88b4661b2b4a7a7144cd48e26 *** empty log message *** --- diff --git a/config b/config index 969c94d2b0..cbc2f87f11 100755 --- a/config +++ b/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." ;;