Adds ssdeep support in our build system

ssdeep will be used with the @fuzzyHash operator which is under
development
This commit is contained in:
Felipe Zimmerle
2013-12-04 23:39:35 -08:00
parent 1c0e953386
commit 42adb2eea6
7 changed files with 140 additions and 27 deletions

View File

@@ -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])