Changeset 1589:21e0774ba489 in roaraudio


Ignore:
Timestamp:
04/16/09 00:12:14 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

only test for sqrtl() on Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1553 r1589  
    947947then 
    948948 echo 'sqrt() (FreeBSD, fix your gcc)' 
    949 else 
     949elif [ "$SYSNAME" = 'Linux' ] 
     950then 
    950951 echo '#include <math.h>' > $TF_C 
    951952 echo 'int main (void) { sqrtl(0); return 0; }' >> $TF_C 
Note: See TracChangeset for help on using the changeset viewer.