comparison configure.ac @ 10414:2a8b1db1e2ca

implement built-in cbrt
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 16 Mar 2010 15:16:32 +0100
parents 479cc8a0a846
children 79a56d0a6a0d
comparison
equal deleted inserted replaced
10413:271c5262975b 10414:2a8b1db1e2ca
1688 esac 1688 esac
1689 1689
1690 ### Check for nonstandard but common math functions that we need. 1690 ### Check for nonstandard but common math functions that we need.
1691 1691
1692 AC_CHECK_FUNCS(acosh acoshf asinh asinhf atanh atanhf erf erff erfc erfcf exp2f log2 log2f) 1692 AC_CHECK_FUNCS(acosh acoshf asinh asinhf atanh atanhf erf erff erfc erfcf exp2f log2 log2f)
1693 AC_CHECK_FUNCS(hypotf _hypotf) 1693 AC_CHECK_FUNCS(hypotf _hypotf cbrt cbrtf)
1694 1694
1695 ### Checks for OS specific cruft. 1695 ### Checks for OS specific cruft.
1696 1696
1697 AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_blocks, struct stat.st_rdev]) 1697 AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_blocks, struct stat.st_rdev])
1698 1698