]> git.cworth.org Git - notmuch/commit
configure: detect 64 bit time_t
authorDavid Bremner <david@tethera.net>
Wed, 24 Jun 2020 14:32:33 +0000 (11:32 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 27 Jun 2020 01:16:51 +0000 (22:16 -0300)
commitb96ccdf336243ccf5dd44bd26febf8c12fe17ad2
tree40798bbbe2a56e73313a56694097b7e5460e779b
parent751f6109225ccbe9a9008a2ff9381e4abfb4f71d
configure: detect 64 bit time_t

Certain tests involving timestamps > 32 bits cannot pass with the
current libnotmuch API. We will avoid this issue for now by disabling
those tests on "old" architectures with 32 bit time_t.
configure