[llvm-commits] CVS: llvm/autoconf/m4/func_isinf.m4
Reid Spencer
reid at x10sys.com
Wed Oct 27 22:04:30 PDT 2004
Changes in directory llvm/autoconf/m4:
func_isinf.m4 updated: 1.3 -> 1.4
---
Log message:
Make sure we test the right variable for the AC_DEFINE
---
Diffs of the changes: (+1 -1)
Index: llvm/autoconf/m4/func_isinf.m4
diff -u llvm/autoconf/m4/func_isinf.m4:1.3 llvm/autoconf/m4/func_isinf.m4:1.4
--- llvm/autoconf/m4/func_isinf.m4:1.3 Wed Oct 27 23:17:05 2004
+++ llvm/autoconf/m4/func_isinf.m4 Thu Oct 28 00:04:20 2004
@@ -27,7 +27,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
+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
More information about the llvm-commits
mailing list