Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure

    re523b07 r3b3491b6  
    623623CFA_PREFIX
    624624CFA_NAME
    625 BUILDLIB_FALSE
    626 BUILDLIB_TRUE
    627 CONFIG_BUILDLIB
    628625CONFIG_CFAFLAGS
    629626CONFIG_CFLAGS
     
    25342531                CONFIG_CFLAGS="-O0 -g"
    25352532                CONFIG_CFAFLAGS="-debug"
    2536                 CONFIG_BUILDLIB="yes"
    25372533        ;;
    25382534        "nodebug" )
    25392535                CONFIG_CFLAGS="-O2 -s"
    25402536                CONFIG_CFAFLAGS="-nodebug"
    2541                 CONFIG_BUILDLIB="yes"
    25422537        ;;
    25432538        "nolib"   )
    2544                 CONFIG_CFLAGS="-O2 -s"
    2545                 CONFIG_CFAFLAGS="-nodebug"
    2546                 CONFIG_BUILDLIB="no"
     2539                CONFIG_CFLAGS=""
     2540                CONFIG_CFAFLAGS=""
    25472541        ;;
    25482542esac
    25492543
    25502544
    2551 
    2552 
    2553 
    2554  if test "x${CONFIG_BUILDLIB}" = "xyes"; then
    2555   BUILDLIB_TRUE=
    2556   BUILDLIB_FALSE='#'
    2557 else
    2558   BUILDLIB_TRUE='#'
    2559   BUILDLIB_FALSE=
    2560 fi
    25612545
    25622546
     
    44944478fi
    44954479
    4496 if test -z "${BUILDLIB_TRUE}" && test -z "${BUILDLIB_FALSE}"; then
    4497   as_fn_error $? "conditional \"BUILDLIB\" was never defined.
    4498 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    4499 fi
    45004480if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
    45014481  as_fn_error $? "conditional \"AMDEP\" was never defined.
Note: See TracChangeset for help on using the changeset viewer.