Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r24f4671 r9def87a  
    658658CFA_INCDIR
    659659CFA_PREFIX
    660 BUILD_NO_LIB_FALSE
    661 BUILD_NO_LIB_TRUE
    662660BUILD_DEBUG_FALSE
    663661BUILD_DEBUG_TRUE
     
    31483146                                ;;
    31493147                        no)
    3150                                 build_release="no"
    3151                                 build_debug="no"
     3148                                as_fn_error $? "Must build target debug or release" "$LINENO" 5
     3149                                exit 1;
    31523150                                ;;
    31533151                        *)
     
    31893187  BUILD_DEBUG_TRUE='#'
    31903188  BUILD_DEBUG_FALSE=
    3191 fi
    3192 
    3193  if test "x$build_release$build_debug" = "xnono"; then
    3194   BUILD_NO_LIB_TRUE=
    3195   BUILD_NO_LIB_FALSE='#'
    3196 else
    3197   BUILD_NO_LIB_TRUE='#'
    3198   BUILD_NO_LIB_FALSE=
    31993189fi
    32003190
     
    63146304if test -z "${BUILD_DEBUG_TRUE}" && test -z "${BUILD_DEBUG_FALSE}"; then
    63156305  as_fn_error $? "conditional \"BUILD_DEBUG\" was never defined.
    6316 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    6317 fi
    6318 if test -z "${BUILD_NO_LIB_TRUE}" && test -z "${BUILD_NO_LIB_FALSE}"; then
    6319   as_fn_error $? "conditional \"BUILD_NO_LIB\" was never defined.
    63206306Usually this means the macro was only invoked conditionally." "$LINENO" 5
    63216307fi
     
    76867672fi
    76877673else
    7688   if test -z "$BUILD_DEBUG_TRUE"; then :
    76897674  { $as_echo "$as_me:${as_lineno-$LINENO}: Building libcfa for target: debug" >&5
    76907675$as_echo "$as_me: Building libcfa for target: debug" >&6;}
    7691 else
    7692   { $as_echo "$as_me:${as_lineno-$LINENO}: Running cfa without libcfa" >&5
    7693 $as_echo "$as_me: Running cfa without libcfa" >&6;}
    7694 fi
    76957676fi
    76967677
Note: See TracChangeset for help on using the changeset viewer.