Mercurial > hg > octave-lyh
diff 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 |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -1690,7 +1690,7 @@ ### Check for nonstandard but common math functions that we need. AC_CHECK_FUNCS(acosh acoshf asinh asinhf atanh atanhf erf erff erfc erfcf exp2f log2 log2f) -AC_CHECK_FUNCS(hypotf _hypotf) +AC_CHECK_FUNCS(hypotf _hypotf cbrt cbrtf) ### Checks for OS specific cruft.