diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-08-12 22:30:55 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-08-12 22:30:55 -0700 |
commit | d129db1fd205ed6213a1246251728bbd3286d86d (patch) | |
tree | 292187327ed06800cb4ad6d5df3bcf3143ce8009 /tests/010/tree.tl | |
parent | 9d09406d3204044675a765998f608f1b1b502c2e (diff) | |
download | txr-d129db1fd205ed6213a1246251728bbd3286d86d.tar.gz txr-d129db1fd205ed6213a1246251728bbd3286d86d.tar.bz2 txr-d129db1fd205ed6213a1246251728bbd3286d86d.zip |
configure: fix: _TIME_BITS is tied to _FILE_OFFSET_BITS
This problem was reported by Void Linux package maintainer
adigitoleo.
* configure: in glibc, _TIME_BITS and _FILE_OFFSET_BITS
are not independent. You cannot make the former 64 if
the latter isn't. I'm rewriting the test to check for
these together, in all combinations. We succeed if
we detect a combination that makes both time_t and
off_t 64 bits. If we don't find such a combination then
we at least enable 64 bit off_t alone or 64 bit time_t
alone, if we encountered an option which does that.
Diffstat (limited to 'tests/010/tree.tl')
0 files changed, 0 insertions, 0 deletions