[Bug classpath/29304] autoconf should be used in libjava to check for fabs, fabsf and scalbn
howarth at nitro dot med dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Sun Oct 1 04:17:00 GMT 2006
------- Comment #1 from howarth at nitro dot med dot uc dot edu 2006-10-01 04:17 -------
We will also need to add...
AC_CHECK_LIB([m],[fabsf],[AC_DEFINE([HAVE_FABSF],[1],[libm includes fabsf])])
AC_CHECK_LIB([m],[fabs],[AC_DEFINE([HAVE_FABS],[1],[libm includes fabs])])
AC_CHECK_LIB([m],[scalbn],[AC_DEFINE([HAVE_SCALBN],[1],[libm includes
scalbn])])
to configure.ac in libjava.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29304
More information about the Java-prs
mailing list