diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-10-28 04:17:05 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-10-28 04:17:05 +0000 |
commit | 1d460f96c7bbf7c57da1ba2030f3647f08a57297 (patch) | |
tree | 82710bd85e17ee6d6efeedf072bb799bf3fd0bec | |
parent | e198cd18bdaa85f5171987d8ad036e91935f8b1d (diff) |
It's spelled IEEEFP
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17301 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | autoconf/m4/func_isinf.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/m4/func_isinf.m4 b/autoconf/m4/func_isinf.m4 index c372dd8578..1286a7a023 100644 --- a/autoconf/m4/func_isinf.m4 +++ b/autoconf/m4/func_isinf.m4 @@ -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 ]) |