Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rfacc44f rac93b228  
    658658CFA_INCDIR
    659659CFA_PREFIX
    660 BUILD_CONCURRENCY_FALSE
    661 BUILD_CONCURRENCY_TRUE
    662660BUILD_NO_LIB_FALSE
    663661BUILD_NO_LIB_TRUE
     
    744742enable_target_release
    745743enable_target_debug
    746 enable_threading
    747744enable_dependency_tracking
    748745'
     
    13891386  --enable-target-release Build and install the release target
    13901387  --enable-target-debug   Build and install the debug target
    1391   --enable-threading      Build and install libcfa with threading support
    1392                           (Enabled by default)
    13931388  --disable-dependency-tracking  speeds up one-time build
    13941389  --enable-dependency-tracking   do not reject slow dependency extractors
     
    31283123fi
    31293124
    3130 # Check whether --enable-threading was given.
    3131 if test "${enable_threading+set}" = set; then :
    3132   enableval=$enable_threading; case "${enableval}" in
    3133   yes) build_threading-"yes" ;;
    3134   no)  build_threading="no" ;;
    3135   *) as_fn_error $? "bad value ${enableval} for --enable-debug" "$LINENO" 5 ;;
    3136 esac
    3137 else
    3138   build_threading="yes"
    3139 fi
    3140 
    31413125
    31423126case "$enable_target_release" in
     
    32133197  BUILD_NO_LIB_TRUE='#'
    32143198  BUILD_NO_LIB_FALSE=
    3215 fi
    3216 
    3217  if test "x$build_threading" = "xyes"; then
    3218   BUILD_CONCURRENCY_TRUE=
    3219   BUILD_CONCURRENCY_FALSE='#'
    3220 else
    3221   BUILD_CONCURRENCY_TRUE='#'
    3222   BUILD_CONCURRENCY_FALSE=
    32233199fi
    32243200
     
    63426318if test -z "${BUILD_NO_LIB_TRUE}" && test -z "${BUILD_NO_LIB_FALSE}"; then
    63436319  as_fn_error $? "conditional \"BUILD_NO_LIB\" was never defined.
    6344 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    6345 fi
    6346 if test -z "${BUILD_CONCURRENCY_TRUE}" && test -z "${BUILD_CONCURRENCY_FALSE}"; then
    6347   as_fn_error $? "conditional \"BUILD_CONCURRENCY\" was never defined.
    63486320Usually this means the macro was only invoked conditionally." "$LINENO" 5
    63496321fi
Note: See TracChangeset for help on using the changeset viewer.