Changeset 1664:bfd3dcaad769 in roaraudio


Ignore:
Timestamp:
05/09/09 12:45:40 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

do not use roaraudio.h for tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1661 r1664  
    998998 
    999999echo -n 'checking for broken peercred... ' 
    1000 echo '#include <roaraudio.h>' > $TF_C 
     1000echo '#include <sys/types.h>'      >  $TF_C 
     1001echo '#include <sys/socket.h>'     >> $TF_C 
     1002echo '#include <sys/un.h>'         >> $TF_C 
    10011003echo 'int main (void) { struct ucred cred; return 0; }'  >> $TF_C 
    10021004 
Note: See TracChangeset for help on using the changeset viewer.