mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Fix on ssdeep search script
This commit is contained in:
parent
e6106ae0eb
commit
a9d54c30a1
@ -50,7 +50,7 @@ fi
|
||||
|
||||
|
||||
if test -z "${SSDEEP_CFLAGS}"; then
|
||||
if test -z "${SSDEEP_MANDATORY}"; then
|
||||
if test -z "${SSDEEP_MANDATORY}" || test "x${SSDEEP_MANDATORY}" == "xno"; then
|
||||
if test -z "${SSDEEP_DISABLED}"; then
|
||||
AC_MSG_NOTICE([SSDEEP library was not found])
|
||||
SSDEEP_FOUND=0
|
||||
@ -62,8 +62,7 @@ if test -z "${SSDEEP_CFLAGS}"; then
|
||||
SSDEEP_FOUND=-1
|
||||
fi
|
||||
else
|
||||
|
||||
if test -z "${SSDEEP_MANDATORY}"; then
|
||||
if test -z "${SSDEEP_MANDATORY}" || test "x${SSDEEP_MANDATORY}" == "xno"; then
|
||||
SSDEEP_FOUND=2
|
||||
AC_MSG_NOTICE([SSDEEP is disabled by default.])
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user