It's spelled IEEEFP

llvm-svn: 17301
This commit is contained in:
Brian Gaeke 2004-10-28 04:17:05 +00:00
parent 9a6e9ce4ff
commit 9bdbd3012e

View File

@ -28,7 +28,7 @@ AC_SINGLE_CXX_CHECK([ac_cv_func_finite_in_ieeefp_h],
[finite], [<ieeefp.h>],
[float f; finite(f);])
if test "$ac_cv_func_finite_in_ieefp_h" = "yes" ; then
AC_DEFINE([HAVE_FINITE_IN_IEEFP_H],1,[Set to 1 if the finite function is found in <ieeefp.h>])
AC_DEFINE([HAVE_FINITE_IN_IEEEFP_H],1,[Set to 1 if the finite function is found in <ieeefp.h>])
fi
])