diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-03-14 23:22:15 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2011-03-14 23:22:15 -0400 |
commit | 35aba896a64102e1f0b38afe1b7bf49d423c7c76 (patch) | |
tree | 37d3bb5402d3670f033305a918f8dc57448dd29f | |
parent | 4f7a51e9ed4accbd1be6fad38a9bbc70531cb37f (diff) | |
parent | aab6f57b17b97bf65860d6ae86ed4a27f00c2627 (diff) |
Merge branch 'master' of https://github.com/fleger/cpuminer into tmp
-rw-r--r-- | configure.ac | 6 |
1 files changed, 5 insertions, 1 deletions
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 |