Changeset 5877:a4f11b406e73 in roaraudio for build-system


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

updates to the --minimal port

File:
1 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} 
Note: See TracChangeset for help on using the changeset viewer.