- Timestamp:
- Mar 4, 2017, 10:31:03 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 3f80888
- Parents:
- c3ebf37 (diff), 8191203 (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
Legend:
- Unmodified
- Added
- Removed
-
configure
rc3ebf37 rd107010 3131 3131 if test "${enable_threading+set}" = set; then : 3132 3132 enableval=$enable_threading; case "${enableval}" in 3133 yes) build_threading -"yes" ;;3133 yes) build_threading="yes" ;; 3134 3134 no) build_threading="no" ;; 3135 3135 *) as_fn_error $? "bad value ${enableval} for --enable-debug" "$LINENO" 5 ;;
Note:
See TracChangeset
for help on using the changeset viewer.