Changeset 5877:a4f11b406e73 in roaraudio


Ignore:
Timestamp:
01/25/13 02:19:18 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updates to the --minimal port

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • build-system/configure.tests

    r5872 r5877  
    930930 
    931931test_netlibs() { 
     932 __old_MINIMAL=$MINIMAL 
     933 MINIMAL=false 
    932934 test_winsock 
     935 MINIMAL=$__old_MINIMAL 
    933936 return 0 
    934937} 
  • configure

    r5871 r5877  
    371371   SUPPORT_TRAP=false 
    372372   USE_MEMMGR=false 
     373   COMP_PLUGINS=false 
    373374   WITHOUT_VIO="$WITHOUT_VIO"' cmd stdio' 
    374375   WITHOUT_CF="$WITHOUT_CF"' wave cmd cf au' 
Note: See TracChangeset for help on using the changeset viewer.