mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Added support for JSON body processor
This commit is contained in:
committed by
Felipe Zimmerle
parent
410aca9d78
commit
c23097ce18
@@ -698,6 +698,9 @@ if test "$build_mlogc" -ne 0; then
|
||||
CHECK_CURL()
|
||||
fi
|
||||
|
||||
# Check for YAJL libs (for JSON body processor)
|
||||
AC_SEARCH_LIBS([yajl_alloc], [yajl])
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_CONFIG_FILES([tools/Makefile])
|
||||
if test "$build_alp2" -ne 0; then
|
||||
|
Reference in New Issue
Block a user