Adds support to libmemcached into the build system

Libmemcached will be further used to handle centralized collections.
This commit is contained in:
Felipe Zimmerle
2014-03-17 12:42:26 -07:00
parent 5a1a3fd616
commit 39caeedf14
6 changed files with 109 additions and 0 deletions

View File

@@ -694,6 +694,7 @@ CHECK_APU()
fi
CHECK_LIBXML2()
CHECK_LUA()
CHECK_LIBMEMCACHED()
if test "$build_mlogc" -ne 0; then
CHECK_CURL()
fi