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	Tue Mar 16 12:29:49 2010 +0100
+++ b/configure.ac	Tue Mar 16 15:16:32 2010 +0100
@@ -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.