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.
pull/11858/head
Liam Wilson 5 months ago committed by Victor Julien
parent 3b6f709331
commit 592d860434

@ -687,6 +687,7 @@
if test "$with_libhs_includes" != "no"; then
CPPFLAGS="${CPPFLAGS} -I${with_libhs_includes}"
fi
AS_UNSET(ac_cv_header_hs_h)
AC_CHECK_HEADER(hs.h,HYPERSCAN="yes",HYPERSCAN="no")
if test "$HYPERSCAN" = "yes"; then
if test "$with_libhs_libraries" != "no"; then

Loading…
Cancel
Save