Browse Source

Fixed yasm version check

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

6
configure.ac

@ -55,7 +55,11 @@ else @@ -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

Loading…
Cancel
Save