Browse Source

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

nfactor-troky
Con Kolivas 13 years ago
parent
commit
393200e8d7
  1. 4
      configure.ac

4
configure.ac

@ -431,12 +431,10 @@ if test "x$bitforce" != xno; then @@ -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

Loading…
Cancel
Save