Commit 83ab420a26e54ca2e4743b81ee5e24cb154bc419

Angus Gratton 2013-11-20T10:15:22

configure: Correctly check for drillbit when testing if any mining is compiled in

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure.ac b/configure.ac
index a39bdbf..de7d5e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -518,7 +518,7 @@ else
 	echo "  ModMiner.FPGAs.......: Disabled"
 fi
 
-if test "x$avalon$bab$bflsc$bitforce$bitfury$hashfast$icarus$klondike$knc$modminer" = xnononononononononono; then
+if test "x$avalon$bab$bflsc$bitforce$bitfury$hashfast$icarus$klondike$knc$modminer$drillbit" = xnonononononononononono; then
 	AC_MSG_ERROR([No mining configured in])
 fi