Changeset 1249:05179f380dd6 in roaraudio


Ignore:
Timestamp:
02/26/09 23:46:11 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for (OpenBSD) funopen()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1248 r1249  
    598598fi 
    599599 
     600echo -n 'checking for funopen()... ' 
     601 
     602echo '#define __BSD_VISIBLE 1'  > $TF_C 
     603echo '#include <stdio.h>'      >> $TF_C 
     604echo 'int main (void) { funopen(NULL, NULL, NULL, NULL, NULL); return 0; }' >> $TF_C 
     605 
     606if $CCTF 2> /dev/null; 
     607then 
     608 echo '#define ROAR_HAVE_FUNOPEN' >&3 
     609 echo '#define ROAR_NEED_BSD_VISIBLE' >&3 
     610 echo yes 
     611else 
     612 echo no 
     613fi 
     614 
    600615echo -n 'checking for square root func... ' 
    601616 
Note: See TracChangeset for help on using the changeset viewer.