Changeset 20878

Show
Ignore:
Timestamp:
10/10/07 21:05:07 (1 year ago)
Author:
patrick
Message:

MFT r20877: Do not treat a missing Tweek installation as an error. Leave that

up to the user-level code to decide.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.2/macros/tweek.m4

    r20628 r20878  
    147147      if ! (eval $FLAGPOLL $tweek_cxx_flagpoll_args --modversion >/dev/null 2>&1) 
    148148      then 
    149          AC_MSG_ERROR([*** Flagpoll has no valid Tweek configuration ***]) 
     149         AC_MSG_WARN([*** Flagpoll has no valid Tweek C++ configuration ***]) 
    150150         ifelse([$3], , :, [$3]) 
    151151      else 
     
    225225      if ! (eval $FLAGPOLL $tweek_java_flagpoll_args --modversion >/dev/null 2>&1) 
    226226      then 
    227          AC_MSG_ERROR([*** Flagpoll has no valid Tweek configuration ***]) 
     227         AC_MSG_WARN([*** Flagpoll has no valid Tweek Java configuration ***]) 
    228228         ifelse([$3], , :, [$3]) 
    229229      else