Changes in configure [d65f92c:a8d4b59]
Legend:
- Unmodified
- Added
- Removed
-
configure
rd65f92c ra8d4b59 663 663 ac_ct_DUMPBIN 664 664 DUMPBIN 665 LD 665 666 FGREP 666 667 EGREP … … 700 701 LDFLAGS 701 702 CXXFLAGS 703 CXX 702 704 CFA_FLAGS 703 705 LIBCFA_TARGET_MAKEFILES … … 721 723 CFA_INCDIR 722 724 CFA_PREFIX 723 HAS_DISTCC724 LD725 CXX726 ENABLE_DISTCC_FALSE727 ENABLE_DISTCC_TRUE728 725 DOendif 729 726 DOifskipcompile … … 800 797 enable_silent_rules 801 798 with_cfa_name 802 enable_distcc803 799 with_target_hosts 804 800 enable_gprofiler … … 1463 1459 --enable-silent-rules less verbose build output (undo: "make V=1") 1464 1460 --disable-silent-rules verbose build output (undo: "make V=0") 1465 --enable-distcc whether or not to enable distributed compilation1466 1461 --enable-gprofiler whether or not to enable gprofiler tools (if available) 1467 1462 --enable-demangler whether or not to build the demangler (executable and library) … … 3185 3180 3186 3181 DOendif='endif' 3187 3188 3189 3190 #==============================================================================3191 # distcc support3192 3193 # Check whether --enable-distcc was given.3194 if test "${enable_distcc+set}" = set; then :3195 enableval=$enable_distcc; enable_distcc=$enableval3196 else3197 enable_distcc=no3198 fi3199 3200 3201 if test x$enable_distcc = xyes; then3202 ENABLE_DISTCC_TRUE=3203 ENABLE_DISTCC_FALSE='#'3204 else3205 ENABLE_DISTCC_TRUE='#'3206 ENABLE_DISTCC_FALSE=3207 fi3208 3209 HAS_DISTCC="False"3210 3211 if test x$enable_distcc = xyes; then3212 CXX="distcc ${CXX}"3213 LD="distcc ${LD} -lstdc++"3214 HAS_DISTCC="True"3215 echo "Enabling distributed builds"3216 fi3217 3218 3219 3182 3220 3183 … … 17054 17017 fi 17055 17018 17056 if test -z "${ENABLE_DISTCC_TRUE}" && test -z "${ENABLE_DISTCC_FALSE}"; then17057 as_fn_error $? "conditional \"ENABLE_DISTCC\" was never defined.17058 Usually this means the macro was only invoked conditionally." "$LINENO" 517059 fi17060 17019 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 17061 17020 as_fn_error $? "conditional \"AMDEP\" was never defined.
Note:
See TracChangeset
for help on using the changeset viewer.