Regenerated after fixing typo.
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 28 Oct 2004 05:06:45 +0000 (05:06 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 28 Oct 2004 05:06:45 +0000 (05:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17303 91177308-0d34-0410-b5e6-96231b3b80d8

configure
include/llvm/Config/config.h.in

index 675d7dabf6f14689a7bce15375d3a83abb8ddab5..acd497abb2011daf160f713ef879b4d78aa4b084 100755 (executable)
--- a/configure
+++ b/configure
 echo "$as_me:$LINENO: result: $ac_cv_func_finite_in_ieeefp_h" >&5
 echo "${ECHO_T}$ac_cv_func_finite_in_ieeefp_h" >&6
 
-if test "$ac_cv_func_finite_in_ieefp_h" = "yes" ; then
+if test "$ac_cv_func_finite_in_ieeefp_h" = "yes" ; then
 
 cat >>confdefs.h <<\_ACEOF
-#define HAVE_FINITE_IN_IEEFP_H 1
+#define HAVE_FINITE_IN_IEEEFP_H 1
 _ACEOF
 
 fi
index 8e437a3533a352b4106e3932ef0f44ed0a715692..c11a59aee0a45394f144ba495c799003a224dab9 100644 (file)
@@ -40,7 +40,7 @@
 #undef HAVE_FCNTL_H
 
 /* Set to 1 if the finite function is found in <ieeefp.h> */
-#undef HAVE_FINITE_IN_IEEFP_H
+#undef HAVE_FINITE_IN_IEEEFP_H
 
 /* Does not have forward iterator */
 #undef HAVE_FWD_ITERATOR