Makes ssdeep enabled by default on the build scripts

This commit is contained in:
Felipe Zimmerle 2017-11-07 09:15:14 -03:00
parent 4d7fd5c30a
commit 381cf8ac21
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -61,10 +61,6 @@ if test -z "${SSDEEP_CFLAGS}"; then
AC_MSG_ERROR([SSDEEP was explicitly referenced but it was not found])
SSDEEP_FOUND=-1
fi
else
if test -z "${SSDEEP_MANDATORY}" || test "x${SSDEEP_MANDATORY}" == "xno"; then
SSDEEP_FOUND=2
AC_MSG_NOTICE([SSDEEP is disabled by default.])
else
SSDEEP_FOUND=1
AC_MSG_NOTICE([using SSDEEP v${SSDEEP_VERSION}])
@ -75,7 +71,6 @@ else
AC_SUBST(SSDEEP_CFLAGS)
AC_SUBST(SSDEEP_DISPLAY)
fi
fi
AC_SUBST(SSDEEP_FOUND)