Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Fix detection of no mining device configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckolivas committed Mar 14, 2015
1 parent 9564805 commit eac35dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -789,7 +789,7 @@ else
fi

#Add any new device to this, along with a no on the end of the test
if test "x$avalon$avalon2$bab$bflsc$bitforce$bitfury$blockerupter$hashfast$hashratio$icarus$klondike$knc$modminer$drillbit$minion$cointerra$bitmine_A1$ants1$ants2$sp10$sp30" = xnononononononononononononononononononononono; then
if test "x$avalon$avalon2$avalon4$bab$bflsc$bitforce$bitfury$blockerupter$hashfast$hashratio$icarus$klondike$knc$modminer$drillbit$minion$cointerra$bitmine_A1$ants1$ants2$sp10$sp30" = xnononononononononononononononononononononono; then
echo
AC_MSG_ERROR([No mining devices configured in])
echo
Expand Down

0 comments on commit eac35dc

Please sign in to comment.