Changes in configure [24f4671:9def87a]
Legend:
- Unmodified
- Added
- Removed
-
configure
r24f4671 r9def87a 658 658 CFA_INCDIR 659 659 CFA_PREFIX 660 BUILD_NO_LIB_FALSE661 BUILD_NO_LIB_TRUE662 660 BUILD_DEBUG_FALSE 663 661 BUILD_DEBUG_TRUE … … 3148 3146 ;; 3149 3147 no) 3150 build_release="no"3151 build_debug="no"3148 as_fn_error $? "Must build target debug or release" "$LINENO" 5 3149 exit 1; 3152 3150 ;; 3153 3151 *) … … 3189 3187 BUILD_DEBUG_TRUE='#' 3190 3188 BUILD_DEBUG_FALSE= 3191 fi3192 3193 if test "x$build_release$build_debug" = "xnono"; then3194 BUILD_NO_LIB_TRUE=3195 BUILD_NO_LIB_FALSE='#'3196 else3197 BUILD_NO_LIB_TRUE='#'3198 BUILD_NO_LIB_FALSE=3199 3189 fi 3200 3190 … … 6314 6304 if test -z "${BUILD_DEBUG_TRUE}" && test -z "${BUILD_DEBUG_FALSE}"; then 6315 6305 as_fn_error $? "conditional \"BUILD_DEBUG\" was never defined. 6316 Usually this means the macro was only invoked conditionally." "$LINENO" 56317 fi6318 if test -z "${BUILD_NO_LIB_TRUE}" && test -z "${BUILD_NO_LIB_FALSE}"; then6319 as_fn_error $? "conditional \"BUILD_NO_LIB\" was never defined.6320 6306 Usually this means the macro was only invoked conditionally." "$LINENO" 5 6321 6307 fi … … 7686 7672 fi 7687 7673 else 7688 if test -z "$BUILD_DEBUG_TRUE"; then :7689 7674 { $as_echo "$as_me:${as_lineno-$LINENO}: Building libcfa for target: debug" >&5 7690 7675 $as_echo "$as_me: Building libcfa for target: debug" >&6;} 7691 else7692 { $as_echo "$as_me:${as_lineno-$LINENO}: Running cfa without libcfa" >&57693 $as_echo "$as_me: Running cfa without libcfa" >&6;}7694 fi7695 7676 fi 7696 7677
Note:
See TracChangeset
for help on using the changeset viewer.