It's spelled IEEEFP
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 28 Oct 2004 04:17:05 +0000 (04:17 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 28 Oct 2004 04:17:05 +0000 (04:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17301 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/m4/func_isinf.m4

index c372dd8578bcec208df04ec3b9ed0dc5790ce4b9..1286a7a023638da4419d4045c1916516c5fb2c40 100644 (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
 
 ])