Commit 393200e8d716f90bd8de2165e0b9e92ca12df5ec

Con Kolivas 2012-04-14T23:50:41

Don't even display that cpumining is disabled on ./configure to discourage people from enabling it.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/configure.ac b/configure.ac
index 88f07af..b41b6b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -431,12 +431,10 @@ if test "x$bitforce" != xno; then
 	echo "  libudev.detection....: $libudev"
 fi
 
-echo
 if test "x$cpumining" = xyes; then
+	echo
 	echo "  CPU Mining...........: Enabled"
 	echo "  ASM.(for CPU mining).: $has_yasm"
-else
-	echo "  CPU Mining...........: Disabled"
 fi
 
 echo