Home GnuPG

Actually check for uint64_t.
c3b30bae7d1eUnpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

Actually check for uint64_t.

* configure.ac: Check size of uint64_t and the UINT64_C macro.

configure.ac used $ac_cv_sizeof_uint64_t but never set this variable.
Due to the availability of long long on all platforms supporting
uint64_t this was not a real problem. Found while remove the
corresponding test from gnupg.

  • Signed-off-by: Werner Koch <wk@gnupg.org>

Details

Provenance
wernerAuthored on Jan 9 2014, 7:14 PM
Parents
rCcfc151ba6372: Replace ath based mutexes by gpgrt based locks.
Branches
Unknown
Tags
Unknown

Event Timeline

Werner Koch <wk@gnupg.org> committed rCc3b30bae7d1e: Actually check for uint64_t. (authored by Werner Koch <wk@gnupg.org>).Jan 17 2014, 10:07 AM