We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6106ae commit a9d54c3Copy full SHA for a9d54c3
build/ssdeep.m4
@@ -50,7 +50,7 @@ fi
50
51
52
if test -z "${SSDEEP_CFLAGS}"; then
53
- if test -z "${SSDEEP_MANDATORY}"; then
+ if test -z "${SSDEEP_MANDATORY}" || test "x${SSDEEP_MANDATORY}" == "xno"; then
54
if test -z "${SSDEEP_DISABLED}"; then
55
AC_MSG_NOTICE([SSDEEP library was not found])
56
SSDEEP_FOUND=0
@@ -62,8 +62,7 @@ if test -z "${SSDEEP_CFLAGS}"; then
62
SSDEEP_FOUND=-1
63
fi
64
else
65
-
66
67
SSDEEP_FOUND=2
68
AC_MSG_NOTICE([SSDEEP is disabled by default.])
69
0 commit comments