Changeset d65f92c for configure.ac
- Timestamp:
- Aug 15, 2019, 10:21:36 AM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 5c4a473
- Parents:
- 1ee048fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r1ee048fd rd65f92c 65 65 66 66 AM_CONDITIONAL([ENABLE_DISTCC], [test x$enable_distcc = xyes]) 67 HAS_DISTCC="False" 67 68 68 69 if test x$enable_distcc = xyes; then 69 70 CXX="distcc ${CXX}" 70 71 LD="distcc ${LD} -lstdc++" 72 HAS_DISTCC="True" 71 73 echo "Enabling distributed builds" 72 74 fi … … 74 76 AC_SUBST(CXX) 75 77 AC_SUBST(LD) 78 AC_SUBST(HAS_DISTCC) 76 79 77 80 #==============================================================================
Note: See TracChangeset
for help on using the changeset viewer.