Changeset 4798:f2e4a51c34bc in roaraudio


Ignore:
Timestamp:
03/14/11 20:17:36 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added --with-trap-api

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r4797 r4798  
    101101 
    102102META_DATA=true 
     103 
     104SUPPORT_TRAP=false 
    103105 
    104106WITHOUT_CF='cmd' 
     
    262264   echo 
    263265   echo '--without-password-api      - Disable build of Password API' 
     266   echo '--with-trap-api             - Build with Trap support' 
    264267   echo 
    265268   echo '--without-listen            - Disable listening sockets in roard' 
     
    465468   PASSWORD_API=false 
    466469  ;; 
     470  '--with-trap-api') 
     471   SUPPORT_TRAP=true 
     472  ;; 
    467473  '--without-listen') 
    468474   NO_LISTEN=true 
     
    503509   META_DATA=false 
    504510   PASSWORD_API=false 
     511   SUPPORT_TRAP=false 
    505512   WITHOUT_VIO="$WITHOUT_VIO"' dstr cmd stdio' 
    506513   WITHOUT_CF="$WITHOUT_CF"' wave cmd cf au' 
     
    12661273 $PROXY        && echo '#define ROAR_SUPPORT_PROXY' 
    12671274 $PASSWORD_API && echo '#define ROAR_SUPPORT_PASSWORD_API' 
     1275 $SUPPORT_TRAP && echo '#define ROAR_SUPPORT_TRAP' 
    12681276 $NO_LISTEN    || echo '#define ROAR_SUPPORT_LISTEN' 
    12691277 $META_DATA    && echo '#define ROAR_SUPPORT_META' 
Note: See TracChangeset for help on using the changeset viewer.