Changes in configure [facc44f:ac93b228]
Legend:
- Unmodified
- Added
- Removed
-
configure
rfacc44f rac93b228 658 658 CFA_INCDIR 659 659 CFA_PREFIX 660 BUILD_CONCURRENCY_FALSE661 BUILD_CONCURRENCY_TRUE662 660 BUILD_NO_LIB_FALSE 663 661 BUILD_NO_LIB_TRUE … … 744 742 enable_target_release 745 743 enable_target_debug 746 enable_threading747 744 enable_dependency_tracking 748 745 ' … … 1389 1386 --enable-target-release Build and install the release target 1390 1387 --enable-target-debug Build and install the debug target 1391 --enable-threading Build and install libcfa with threading support1392 (Enabled by default)1393 1388 --disable-dependency-tracking speeds up one-time build 1394 1389 --enable-dependency-tracking do not reject slow dependency extractors … … 3128 3123 fi 3129 3124 3130 # Check whether --enable-threading was given.3131 if test "${enable_threading+set}" = set; then :3132 enableval=$enable_threading; case "${enableval}" in3133 yes) build_threading-"yes" ;;3134 no) build_threading="no" ;;3135 *) as_fn_error $? "bad value ${enableval} for --enable-debug" "$LINENO" 5 ;;3136 esac3137 else3138 build_threading="yes"3139 fi3140 3141 3125 3142 3126 case "$enable_target_release" in … … 3213 3197 BUILD_NO_LIB_TRUE='#' 3214 3198 BUILD_NO_LIB_FALSE= 3215 fi3216 3217 if test "x$build_threading" = "xyes"; then3218 BUILD_CONCURRENCY_TRUE=3219 BUILD_CONCURRENCY_FALSE='#'3220 else3221 BUILD_CONCURRENCY_TRUE='#'3222 BUILD_CONCURRENCY_FALSE=3223 3199 fi 3224 3200 … … 6342 6318 if test -z "${BUILD_NO_LIB_TRUE}" && test -z "${BUILD_NO_LIB_FALSE}"; then 6343 6319 as_fn_error $? "conditional \"BUILD_NO_LIB\" was never defined. 6344 Usually this means the macro was only invoked conditionally." "$LINENO" 56345 fi6346 if test -z "${BUILD_CONCURRENCY_TRUE}" && test -z "${BUILD_CONCURRENCY_FALSE}"; then6347 as_fn_error $? "conditional \"BUILD_CONCURRENCY\" was never defined.6348 6320 Usually this means the macro was only invoked conditionally." "$LINENO" 5 6349 6321 fi
Note:
See TracChangeset
for help on using the changeset viewer.