Changeset 1409:43e0b040b269 in roaraudio


Ignore:
Timestamp:
03/26/09 14:16:05 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for pipe()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1399 r1409  
    683683fi 
    684684 
     685echo -n 'checking for pipe()... ' 
     686 
     687echo '#include <unistd.h>'      > $TF_C 
     688echo 'int main (void) { pipe(NULL); return 0; }' >> $TF_C 
     689 
     690if $CCTF 2> /dev/null; 
     691then 
     692 echo '#define ROAR_HAVE_PIPE' >&3 
     693 echo yes 
     694else 
     695 echo no 
     696fi 
     697 
    685698echo -n 'checking for fork()... ' 
    686699 
Note: See TracChangeset for help on using the changeset viewer.