tuklib_integer.h: Fix a recent copypaste error in Clang detection.
commite9b9ea953179502d5245b4e6ca4f5ffe9d5797b1
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:54 +0000 (3 22:55 +0300)
treed0690680902f45ffbdeb4773d9f3fc7406886843
parentbe6e39a8622f0d905072874ec25b1ffd155b12e1
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