Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > But probably better is to just amend that to call it as "test-tool libc > is-glibc-2.34-or-newer" or whatever. Then just do: > > if (__GLIBC__ > 2 || (__GLIBC__ == 2 && 34 >= __GLIBC_MINOR__)) > return 0; > return 1; Yuck. Then we'd have yet another libc-is-glibc-2.36-or-newer option, too, in the future?