Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r24f4671 r9def87a  
    8282                                ;;
    8383                        no)
    84                                 build_release="no"
    85                                 build_debug="no"
     84                                AC_MSG_ERROR(Must build target debug or release)
     85                                exit 1;
    8686                                ;;
    8787                        *)
     
    111111AM_CONDITIONAL([BUILD_RELEASE], [test "x$build_release" = "xyes"])
    112112AM_CONDITIONAL([BUILD_DEBUG], [test "x$build_debug" = "xyes"])
    113 AM_CONDITIONAL([BUILD_NO_LIB], [test "x$build_release$build_debug" = "xnono"])
    114113
    115114if test "x$prefix" = "xNONE"; then
     
    201200                [AC_MSG_NOTICE(Building libcfa for target: release & debug)],
    202201                [AC_MSG_NOTICE(Building libcfa for target: release)])],
    203         [AM_COND_IF([BUILD_DEBUG],
    204                 [AC_MSG_NOTICE(Building libcfa for target: debug)],
    205                 [AC_MSG_NOTICE(Running cfa without libcfa)])])
     202        [AC_MSG_NOTICE(Building libcfa for target: debug)])
    206203
    207204# Final text
Note: See TracChangeset for help on using the changeset viewer.