Regenerated after Reid's change for uint64_t/u_int64_t (patch by Bill Wendling)
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 2 Sep 2004 23:02:30 +0000 (23:02 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 2 Sep 2004 23:02:30 +0000 (23:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16151 91177308-0d34-0410-b5e6-96231b3b80d8

configure

index 5e8ca533c23548ee33b729b14800c4a4e73bed36..1c0c6330e4dd90df7d2a41092bde001ef146a969 100755 (executable)
--- a/configure
+++ b/configure
@@ -19767,12 +19767,7 @@ _ACEOF
 
 
 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 @@ cat >>confdefs.h <<_ACEOF
 _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