Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure

    r7c6b262 r04bc1c0  
    707707CONFIG_CFLAGS
    708708ARCH_FLAGS
    709 DIST_BWLIMIT
    710709CFADIR_HASH
    711710LOCAL_CC1
     
    790789enable_silent_rules
    791790enable_distcc
    792 with_bwlimit
    793791with_cfa_name
    794792enable_static
     
    14671465  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
    14681466  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
    1469   --with-bwlimit=RATE     RATE the maximum rate at which rsync will be limited when using distributed builds
    14701467  --with-cfa-name=NAME     NAME too which cfa will be installed
    14711468  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
     
    30503047
    30513048
    3052 
    3053 # Check whether --with-bwlimit was given.
    3054 if test "${with_bwlimit+set}" = set; then :
    3055   withval=$with_bwlimit; DIST_BWLIMIT=$withval
    3056 else
    3057   DIST_BWLIMIT=0
    3058 fi
    3059 
    3060 
    30613049echo -n "checking for distributated build... "
    30623050if test x$enable_distcc = xno; then
     
    30823070  ENABLE_DISTCC_FALSE=
    30833071fi
    3084 
    30853072
    30863073
Note: See TracChangeset for help on using the changeset viewer.