]> git.cworth.org Git - notmuch/commitdiff
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)
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.


No differences found