tuklib_integer.h: Fix a recent copypaste error in Clang detection.
commit44c0c5eae990a22ef04e9b88c1a15838a0d00878
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 3 May 2023 19:46:42 +0000 (3 22:46 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 3 May 2023 19:55:16 +0000 (3 22:55 +0300)
tree7df5ddace6c71cc0e3ab90ec2c48474128de5963
parent2cf5ae5b5b279b0b2e69ca4724e7bd705865fe68
tuklib_integer.h: Fix a recent copypaste error in Clang detection.

Wrong line was changed in 7062348bf35c1e4cbfee00ad9fffb4a21aa6eff7.
Also, this has >= instead of == since ints larger than 32 bits would
work too even if not relevant in practice.
src/common/tuklib_integer.h