]> git.ipfire.org Git - thirdparty/suricata.git/commit
configure: clear cached header value
authorLiam Wilson <liam.wilson@alliedtelesis.co.nz>
Wed, 25 Sep 2024 21:31:31 +0000 (09:31 +1200)
committerVictor Julien <victor@inliniac.net>
Wed, 2 Oct 2024 08:28:22 +0000 (10:28 +0200)
commit592d860434b3b50d1ab954274a7bd21137a0c676
tree3d2fbbf01e91427dd825f58cad8fcd885c4475e4
parent3b6f709331878da4ecbd1a155f00da7e61289b92
configure: clear cached header value

Unset ac_cv_header_hs_h before checking for header. This allows
hyperscan to be included in compilation when switching from a non-hs
build to a hs build.
configure.ac