[llvm-commits] CVS: llvm/configure

Misha Brukman brukman at cs.uiuc.edu
Thu Sep 2 16:02:40 PDT 2004



Changes in directory llvm:

configure updated: 1.110 -> 1.111
---
Log message:

Regenerated after Reid's change for uint64_t/u_int64_t (patch by Bill Wendling)


---
Diffs of the changes:  (+7 -6)

Index: llvm/configure
diff -u llvm/configure:1.110 llvm/configure:1.111
--- llvm/configure:1.110	Thu Sep  2 13:44:40 2004
+++ llvm/configure	Thu Sep  2 18:02:30 2004
@@ -19767,12 +19767,7 @@
 
 
 else
-  { { echo "$as_me:$LINENO: error: Type uint64_t required but not found" >&5
-echo "$as_me: error: Type uint64_t required but not found" >&2;}
-   { (exit 1); exit 1; }; }
-fi
-
-echo "$as_me:$LINENO: checking for u_int64_t" >&5
+  echo "$as_me:$LINENO: checking for u_int64_t" >&5
 echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6
 if test "${ac_cv_type_u_int64_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19826,6 +19821,12 @@
 _ACEOF
 
 
+else
+  { { echo "$as_me:$LINENO: error: Type uint64_t or u_int64_t required but not found" >&5
+echo "$as_me: error: Type uint64_t or u_int64_t required but not found" >&2;}
+   { (exit 1); exit 1; }; }
+fi
+
 fi
 
 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5






More information about the llvm-commits mailing list