Changeset 4982:b47dc078552e in roaraudio for configure


Ignore:
Timestamp:
05/19/11 15:25:11 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

renamed --use-memory-api to --with-memory-api, added option --without-memory-api to forcefully disable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r4981 r4982  
    280280   echo '--with-trap-api             - Build with Trap support' 
    281281   echo 
    282    echo '--use-memory-api            - Use internal memory API (memmgr)' 
     282   echo '--with-memory-api           - Use internal memory API (memmgr)' 
     283   echo '--without-memory-api        - Do not use internal memory API (memmgr)' 
    283284   echo 
    284285   echo '--without-listen            - Disable listening sockets in roard' 
     
    491492   SUPPORT_TRAP=true 
    492493  ;; 
    493   '--use-memory-api') 
     494  '--with-memory-api'|'--use-memory-api') 
    494495   USE_MEMMGR=true 
     496  ;; 
     497  '--without-memory-api') 
     498   USE_MEMMGR=false 
    495499  ;; 
    496500  '--without-listen') 
Note: See TracChangeset for help on using the changeset viewer.