]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: thread: properly report multi-thread support
authorWilly Tarreau <w@1wt.eu>
Sat, 15 Dec 2018 15:48:14 +0000 (16:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 15 Dec 2018 15:48:14 +0000 (16:48 +0100)
commit8459f25e03ec89433e70368e2dacf59e81507112
tree231fb3491b856165ed22a5b57cdb7c0d1c40e307
parent6818595b570d186c72447c44a0a9b08b44c234f1
BUILD: thread: properly report multi-thread support

When refactoring the build option strings in 1.9, the thread support
was placed outside of the ifdef block resulting in threads always being
mentioned even if that was not true. Let's fix this and also mention
when threads are disabled to help troubleshooting.
src/hathreads.c