Browse Source

Reorder output

Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Alexey Shvetsov 12 years ago
parent
commit
f471118446
1 changed files with 6 additions and 5 deletions
  1. 6 5
      configure.ac

+ 6 - 5
configure.ac

@@ -1093,6 +1093,12 @@ if test "x$bitforce$modminer" != xnono; then
 	echo "  libudev.detection....: $libudev"
 fi
 
+if test "x$bitfury" = xyes; then
+	echo "  Bitfury.ASICs........: Enabled"
+else
+	echo "  Bitfury.ASICs........: Disabled"
+fi
+
 echo
 if test "x$cpumining" = xyes; then
 	echo "  CPU Mining...........: Enabled"
@@ -1101,11 +1107,6 @@ else
 	echo "  CPU Mining...........: Disabled"
 fi
 
-if test "x$bitfury" = xyes; then
-	echo "  Bitfury.ASICs........: Enabled"
-else
-	echo "  Bitfury.ASICs........: Disabled"
-fi
 
 echo
 echo "Compilation............: make (or gmake)"