summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-09-02 23:02:30 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-09-02 23:02:30 +0000
commitcb46e669831f85ad10502dfdaa086369dd92b959 (patch)
tree015a5abd696e36892bf409d024111a82b70a81e5 /llvm
parent109524cae3822ff231c85cdfbf3a05bba1b1a2d6 (diff)
downloadbcm5719-llvm-cb46e669831f85ad10502dfdaa086369dd92b959.tar.gz
bcm5719-llvm-cb46e669831f85ad10502dfdaa086369dd92b959.zip
Regenerated after Reid's change for uint64_t/u_int64_t (patch by Bill Wendling)
llvm-svn: 16151
Diffstat (limited to 'llvm')
-rwxr-xr-xllvm/configure13
1 files changed, 7 insertions, 6 deletions
diff --git a/llvm/configure b/llvm/configure
index 5e8ca533c23..1c0c6330e4d 100755
--- a/llvm/configure
+++ b/llvm/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
OpenPOWER on IntegriCloud