Browse Source

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

Jeff Garzik 15 years ago
parent
commit
35aba896a6
1 changed files with 5 additions and 1 deletions
  1. 5 1
      configure.ac

+ 5 - 1
configure.ac

@@ -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