[llvm-commits] CVS: llvm/configure

Brian Gaeke gaeke at cs.uiuc.edu
Wed Oct 27 22:06:24 PDT 2004



Changes in directory llvm:

configure updated: 1.132 -> 1.133
---
Log message:

Regenerated after fixing typo.


---
Diffs of the changes:  (+2 -2)

Index: llvm/configure
diff -u llvm/configure:1.132 llvm/configure:1.133
--- llvm/configure:1.132	Wed Oct 27 18:03:44 2004
+++ llvm/configure	Thu Oct 28 00:06:13 2004
@@ -23063,10 +23063,10 @@
 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






More information about the llvm-commits mailing list