Follow-up Comment #16, bug #17573 (project wesnoth):
There is a slight error in my example code. The following line:
if (glibc >= 2 && glibc_minor >= 13)
Should be:
if (glibc > 2 || glibc == 2 && glibc_minor >= 13)
The previous version will incorrectly evaluate to false when glibc 3.0 is
available. At that point, this workaround will likely no longer matter, but it
is probably best not to make such assumptions about the future.
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?17573>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs