Changeset 70ac8d0 for configure.ac
- Timestamp:
- May 12, 2020, 4:55:42 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 068a202, f2d05e9
- Parents:
- 5c581cc (diff), 730f4f1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r5c581cc r70ac8d0 64 64 [ --enable-distcc whether or not to enable distributed compilation], 65 65 enable_distcc=$enableval, enable_distcc=no) 66 67 AC_ARG_WITH(bwlimit, 68 [ --with-bwlimit=RATE RATE the maximum rate at which rsync will be limited when using distributed builds], 69 [], []) 66 70 67 71 AM_CONDITIONAL([ENABLE_DISTCC], [test x$enable_distcc = xyes])
Note:
See TracChangeset
for help on using the changeset viewer.