Added support for JSON body processor

This commit is contained in:
Ulisses Albuquerque
2013-12-03 13:41:08 -08:00
committed by Felipe Zimmerle
parent 410aca9d78
commit c23097ce18
9 changed files with 421 additions and 7 deletions

View File

@@ -698,6 +698,9 @@ if test "$build_mlogc" -ne 0; then
CHECK_CURL()
fi
# Check for YAJL libs (for JSON body processor)
AC_SEARCH_LIBS([yajl_alloc], [yajl])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([tools/Makefile])
if test "$build_alp2" -ne 0; then