Changes in libcfa/configure [7c6b262:04bc1c0]
- File:
-
- 1 edited
-
libcfa/configure (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/configure
r7c6b262 r04bc1c0 707 707 CONFIG_CFLAGS 708 708 ARCH_FLAGS 709 DIST_BWLIMIT710 709 CFADIR_HASH 711 710 LOCAL_CC1 … … 790 789 enable_silent_rules 791 790 enable_distcc 792 with_bwlimit793 791 with_cfa_name 794 792 enable_static … … 1467 1465 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1468 1466 --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 builds1470 1467 --with-cfa-name=NAME NAME too which cfa will be installed 1471 1468 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use … … 3050 3047 3051 3048 3052 3053 # Check whether --with-bwlimit was given.3054 if test "${with_bwlimit+set}" = set; then :3055 withval=$with_bwlimit; DIST_BWLIMIT=$withval3056 else3057 DIST_BWLIMIT=03058 fi3059 3060 3061 3049 echo -n "checking for distributated build... " 3062 3050 if test x$enable_distcc = xno; then … … 3082 3070 ENABLE_DISTCC_FALSE= 3083 3071 fi 3084 3085 3072 3086 3073
Note:
See TracChangeset
for help on using the changeset viewer.