Changeset 3804:0723fff7b262 in roaraudio


Ignore:
Timestamp:
05/09/10 11:47:32 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

exclude UNIX and IPv4 tests from MINIMAL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r3801 r3804  
    10561056test_lib_defmake ROAR_HAVE_LIBDNET       %            libdnet       dnet       -- sys/socket.h netdnet/dn.h netdnet/dnetdb.h 
    10571057test_lib_defmake ROAR_HAVE_BSDSOCKETS    %            BSDSockets    c          -- sys/types.h sys/socket.h 
     1058OLD_MINIMAL=$MINIMAL 
     1059MINIMAL=false 
    10581060test_lib_defmake ROAR_HAVE_UNIX          %            UNIX          c          -- sys/types.h sys/socket.h sys/un.h 
     1061test_lib_defmake ROAR_HAVE_IPV4          %            IPv4          c          -- sys/types.h sys/socket.h 'netinet/in.h' 
     1062MINIMAL=$OLD_MINIMAL 
    10591063test_lib_defmake ROAR_HAVE_IPX           %            IPX           c          -- netipx/ipx.h 
    1060 test_lib_defmake ROAR_HAVE_IPV4          %            IPv4          c          -- sys/types.h sys/socket.h 'netinet/in.h' 
    10611064test_lib_defmake ROAR_HAVE_OSS           %            OSS           c          -- sys/ioctl.h sys/soundcard.h 
    10621065test_lib_defmake ROAR_HAVE_OSS_BSD       %            BSDOSS        c          -- sys/ioctl.h soundcard.h 
Note: See TracChangeset for help on using the changeset viewer.