Introduce MCCodeGenInfo, which keeps information that can affect codegen
[oota-llvm.git] / autoconf / m4 / func_isinf.m4
index c372dd8578bcec208df04ec3b9ed0dc5790ce4b9..c936bf920d027d7ae6082d4d5f5d3c4e8a9f1b80 100644 (file)
@@ -27,8 +27,8 @@ fi
 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>])
+if test "$ac_cv_func_finite_in_ieeefp_h" = "yes" ; then
+  AC_DEFINE([HAVE_FINITE_IN_IEEEFP_H],1,[Set to 1 if the finite function is found in <ieeefp.h>])
 fi
 
 ])