Commit 35aba896a64102e1f0b38afe1b7bf49d423c7c76

Jeff Garzik 2011-03-14T23:22:15

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/configure.ac b/configure.ac
index 074c37a..721cb0d 100644
--- a/configure.ac
+++ b/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