From 1d460f96c7bbf7c57da1ba2030f3647f08a57297 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Thu, 28 Oct 2004 04:17:05 +0000 Subject: [PATCH] It's spelled IEEEFP git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17301 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/m4/func_isinf.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconf/m4/func_isinf.m4 b/autoconf/m4/func_isinf.m4 index c372dd8578b..1286a7a0236 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], [], [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 ]) + AC_DEFINE([HAVE_FINITE_IN_IEEEFP_H],1,[Set to 1 if the finite function is found in ]) fi ])