diff configure.in @ 7914:e998e81224b5

Various compilation fixes for MSVC.
author John W. Eaton <jwe@octave.org>
date Thu, 10 Jul 2008 08:59:18 -0400
parents bcacdcc726f7
children d74e515cb535
line wrap: on
line diff
--- a/configure.in
+++ b/configure.in
@@ -1647,6 +1647,7 @@
 ### Check for nonstandard but common math functions that we need.
 
 AC_CHECK_FUNCS(acosh acoshf asinh asinhf atanh atanhf erf erff erfc erfcf exp2 exp2f log2 log2f)
+AC_CHECK_FUNCS(hypotf _hypotf)
 
 ### Checks for OS specific cruft.