mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds ssdeep support in our build system
ssdeep will be used with the @fuzzyHash operator which is under development
This commit is contained in:
@@ -701,6 +701,8 @@ fi
|
||||
# Check for YAJL libs (for JSON body processor)
|
||||
CHECK_YAJL()
|
||||
#AC_SEARCH_LIBS([yajl_alloc], [yajl])
|
||||
CHECK_SSDEEP()
|
||||
AC_SEARCH_LIBS([fuzzy_hash_buf], [fuzzy])
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_CONFIG_FILES([tools/Makefile])
|
||||
|
Reference in New Issue
Block a user