Browse Source

configure: Display getwork proxy server support in summary

Luke Dashjr 12 years ago
parent
commit
6999be2cf1
1 changed files with 6 additions and 0 deletions
  1. 6 0
      configure.ac

+ 6 - 0
configure.ac

@@ -1036,6 +1036,12 @@ else
 	echo "  ZTEX.FPGAs...........: Disabled"
 	echo "  ZTEX.FPGAs...........: Disabled"
 fi
 fi
 
 
+if test "x$httpsrv" = "xyes"; then
+	echo "  getwork.proxy.server.: Enabled"
+else
+	echo "  getwork.proxy.server.: Disabled"
+fi
+
 if test "x$bitforce$modminer" != xnono; then
 if test "x$bitforce$modminer" != xnono; then
 	echo "  libudev.detection....: $libudev"
 	echo "  libudev.detection....: $libudev"
 fi
 fi