Apply post_install script to Modsecurity

This commit is contained in:
Théophile Diot 2023-07-03 12:10:42 -04:00
parent 948182ffd4
commit 96586d4a68
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
2 changed files with 4 additions and 5 deletions

View File

@ -321,14 +321,14 @@ fi
# Decide if we want to build the tests or not.
buildTestUtilities=false
if test "x$YAJL_FOUND" = "x1"; then
# buildTestUtilities=false
# if test "x$YAJL_FOUND" = "x1"; then
# Regression tests will not be able to run without the logging support.
# But we still have the unit tests.
# if test "$debugLogs" = "true"; then
buildTestUtilities=true
# buildTestUtilities=true
# fi
fi
# fi
AM_CONDITIONAL([TEST_UTILITIES], [test $buildTestUtilities = true])

@ -1 +0,0 @@
Subproject commit bfba51f5af8f1f6cf5d6c4bf862f1e2474e018e3