Index: configure
===================================================================
--- configure	(revision c886f4bfea0c0fb9cc84145c2f0dbbb2ba16b6ab)
+++ configure	(revision 7c6b26295c6df7c6d63a5b32ac5bbeb5f44401af)
@@ -802,4 +802,5 @@
 with_cfa_name
 enable_distcc
+with_bwlimit
 with_target_hosts
 enable_gprofiler
@@ -1481,4 +1482,5 @@
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   --with-cfa-name=NAME     NAME too which cfa will be installed
+  --with-bwlimit=RATE     RATE the maximum rate at which rsync will be limited when using distributed builds
   --with-target-hosts=HOSTS     HOSTS comma seperated list of hosts to build for, format ARCH:debug|nodebug|nolib
   --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
@@ -3198,4 +3200,11 @@
 else
   enable_distcc=no
+fi
+
+
+
+# Check whether --with-bwlimit was given.
+if test "${with_bwlimit+set}" = set; then :
+  withval=$with_bwlimit;
 fi
 
