comparison 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
comparison
equal deleted inserted replaced
7913:f46e73bcb85b 7914:e998e81224b5
1645 esac 1645 esac
1646 1646
1647 ### Check for nonstandard but common math functions that we need. 1647 ### Check for nonstandard but common math functions that we need.
1648 1648
1649 AC_CHECK_FUNCS(acosh acoshf asinh asinhf atanh atanhf erf erff erfc erfcf exp2 exp2f log2 log2f) 1649 AC_CHECK_FUNCS(acosh acoshf asinh asinhf atanh atanhf erf erff erfc erfcf exp2 exp2f log2 log2f)
1650 AC_CHECK_FUNCS(hypotf _hypotf)
1650 1651
1651 ### Checks for OS specific cruft. 1652 ### Checks for OS specific cruft.
1652 1653
1653 AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_blocks, struct stat.st_rdev]) 1654 AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_blocks, struct stat.st_rdev])
1654 1655