Changeset 05f4b85 for configure.ac
- Timestamp:
- Feb 1, 2018, 9:26:34 AM (7 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:
- cc344be
- Parents:
- b2b44d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rb2b44d8 r05f4b85 130 130 AM_CONDITIONAL([BUILD_NO_LIB], [test "x$build_release$build_debug" = "xnono"]) 131 131 AM_CONDITIONAL([BUILD_CONCURRENCY], [test "x$build_threading" = "xyes"]) 132 133 DOifskipcompile='ifeq ($(skipcompile),yes) 134 else' 135 AC_SUBST([DOifskipcompile]) 136 AM_SUBST_NOTMAKE([DOifskipcompile]) 137 138 DOendif='endif' 139 AC_SUBST([DOendif]) 140 AM_SUBST_NOTMAKE([DOendif]) 132 141 133 142 if test "x$prefix" = "xNONE"; then
Note: See TracChangeset
for help on using the changeset viewer.