Browse Source

Fixed yasm version check

nfactor-troky
fleger 14 years ago
parent
commit
aab6f57b17
  1. 4
      configure.ac

4
configure.ac

@ -55,9 +55,13 @@ 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 "$yaminor" -eq "0"; then
if test "$yamini" -ge "1"; then if test "$yamini" -ge "1"; then
has_yasm=true has_yasm=true
fi fi
else
has_yasm=true
fi
fi fi
fi fi
else else

Loading…
Cancel
Save