Browse Source

Merge pull request #287 from alexxy/bitfury

Bitfury changes
Luke-Jr 12 years ago
parent
commit
a13d796db7
1 changed files with 7 additions and 6 deletions
  1. 7 6
      configure.ac

+ 7 - 6
configure.ac

@@ -487,7 +487,7 @@ fi
 
 
 
 
 need_fpgautils=no
 need_fpgautils=no
-if test x$avalon$icarus$bitforce$modminer$x6500$ztex != xnononononono; then
+if test x$avalon$icarus$bitforce$modminer$x6500$ztex$littlefury != xnonononononono; then
 	need_fpgautils=yes
 	need_fpgautils=yes
 	AC_DEFINE([HAVE_FPGAUTILS], [1], [Defined to 1 if fpgautils is being used])
 	AC_DEFINE([HAVE_FPGAUTILS], [1], [Defined to 1 if fpgautils is being used])
 	
 	
@@ -1093,6 +1093,12 @@ if test "x$bitforce$modminer" != xnono; then
 	echo "  libudev.detection....: $libudev"
 	echo "  libudev.detection....: $libudev"
 fi
 fi
 
 
+if test "x$bitfury" = xyes; then
+	echo "  Bitfury.ASICs........: Enabled"
+else
+	echo "  Bitfury.ASICs........: Disabled"
+fi
+
 echo
 echo
 if test "x$cpumining" = xyes; then
 if test "x$cpumining" = xyes; then
 	echo "  CPU Mining...........: Enabled"
 	echo "  CPU Mining...........: Enabled"
@@ -1101,11 +1107,6 @@ else
 	echo "  CPU Mining...........: Disabled"
 	echo "  CPU Mining...........: Disabled"
 fi
 fi
 
 
-if test "x$bitfury" = xyes; then
-	echo "  Bitfury.ASICs........: Enabled"
-else
-	echo "  Bitfury.ASICs........: Disabled"
-fi
 
 
 echo
 echo
 echo "Compilation............: make (or gmake)"
 echo "Compilation............: make (or gmake)"