Index: libcfa/configure
===================================================================
--- libcfa/configure	(revision 04bc1c0978299c7783e5e27f9f37a020311e011c)
+++ libcfa/configure	(revision 730f4f153cdc265f2cb9a7c7ff64a8e3c629cb76)
@@ -707,4 +707,5 @@
 CONFIG_CFLAGS
 ARCH_FLAGS
+DIST_BWLIMIT
 CFADIR_HASH
 LOCAL_CC1
@@ -789,4 +790,5 @@
 enable_silent_rules
 enable_distcc
+with_bwlimit
 with_cfa_name
 enable_static
@@ -1465,4 +1467,5 @@
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
+  --with-bwlimit=RATE     RATE the maximum rate at which rsync will be limited when using distributed builds
   --with-cfa-name=NAME     NAME too which cfa will be installed
   --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
@@ -3047,4 +3050,13 @@
 
 
+
+# Check whether --with-bwlimit was given.
+if test "${with_bwlimit+set}" = set; then :
+  withval=$with_bwlimit; DIST_BWLIMIT=$withval
+else
+  DIST_BWLIMIT=0
+fi
+
+
 echo -n "checking for distributated build... "
 if test x$enable_distcc = xno; then
@@ -3070,4 +3082,5 @@
   ENABLE_DISTCC_FALSE=
 fi
+
 
 
