Don't just assume that either uint64_t or u_int64_t is available. Instead,
authorReid Spencer <rspencer@reidspencer.com>
Thu, 2 Sep 2004 21:38:24 +0000 (21:38 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 2 Sep 2004 21:38:24 +0000 (21:38 +0000)
commite2c6f51e2b461b5cfca302927b43312bf91eb00e
treecbd3728476ba5a8f8905ce9bbe416e7044f16543
parent70619fae28414db54e00be2f9052a66cd245a9c8
Don't just assume that either uint64_t or u_int64_t is available. Instead,
give preference to uint64_t if it exists. If not, check for u_int64_t. If
that doesn't exist either, then error out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16149 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac