aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-10-28 05:06:45 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-10-28 05:06:45 +0000
commit6802b55b6b4b46a2dc965eeeb1f75f1fdc33ba35 (patch)
treece6b5c0fa699965cea66151a09fd16f17e5f5ff6
parentcd9bbdd3ea3d81bf18adafee2ee935d42ecfdc27 (diff)
Regenerated after fixing typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17303 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xconfigure4
-rw-r--r--include/llvm/Config/config.h.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 675d7dabf6..acd497abb2 100755
--- a/configure
+++ b/configure
@@ -23063,10 +23063,10 @@ fi
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
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 8e437a3533..c11a59aee0 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -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