Fixed yasm version check

This commit is contained in:
fleger 2011-03-12 18:23:22 +01:00
parent cb62c7f4de
commit aab6f57b17

View file

@ -55,7 +55,11 @@ else
if test "$yamajor" -ge "1" ; then
if test "$yamajor" -eq "1" ; 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
fi
fi