]> git.ipfire.org Git - thirdparty/suricata.git/commit
configure: add switch to disable __thread use
authorVictor Julien <victor@inliniac.net>
Tue, 6 Jan 2015 09:18:38 +0000 (10:18 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 6 Jan 2015 09:18:38 +0000 (10:18 +0100)
commit6fa8922ccdb4e18d5d4beee84fc425ee1d9a3bdc
tree5350f6945fb641030124b4e08a2529d93c7b2019
parent2745cd2ce9fb70974285271524a6f3e17df3f4c4
configure: add switch to disable __thread use

Add --disable-threading-tls switch to force the posix thread local
storage code paths even if __thread is available.

Goal is to make it easier to QA the posix code path.
configure.ac