1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

Merge branch 'master' of https://github.com/fleger/cpuminer into tmp

This commit is contained in:
Jeff Garzik 2011-03-14 23:22:15 -04:00 committed by Jeff Garzik
commit 35aba896a6

View File

@ -55,7 +55,11 @@ else
if test "$yamajor" -ge "1" ; then if test "$yamajor" -ge "1" ; then
if test "$yamajor" -eq "1" ; then if test "$yamajor" -eq "1" ; then
if test "$yaminor" -ge "0" ; then if test "$yaminor" -ge "0" ; then
if test "$yamini" -ge "1"; then if test "$yaminor" -eq "0"; then
if test "$yamini" -ge "1"; then
has_yasm=true
fi
else
has_yasm=true has_yasm=true
fi fi
fi fi