1 2 3 4 5 6 |
PANDORA_HAVE_LIBMEMCACHED PANDORA_HAVE_MEMCACHED AS_IF([test "x$ac_cv_libmemcached" = "xno" -a "x${MEMCACHED_BINARY}" = "xyes"], AC_MSG_WARN([libmemcached not found: not building memcached_functions plugin.])) DRIZZLED_PLUGIN_DEP_LIBS="${DRIZZLED_PLUGIN_DEP_LIBS} ${LTLIBMEMCACHED}" AC_CONFIG_FILES([plugin/memcached_functions/start_mc.sh]) |