X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=configure.ac;h=b0870bbfc490758e6dc20372a07d63550379b03b;hb=dd1ce96a2171e9a2e13c08e56e22b03008e87367;hp=2e3920cfcfbd23a59050fd548436cadd6e9ac554;hpb=f81967548e849e4a98640f8edcae65839e62ff92;p=awesomized%2Flibmemcached diff --git a/configure.ac b/configure.ac index 2e3920cf..b0870bbf 100644 --- a/configure.ac +++ b/configure.ac @@ -114,9 +114,10 @@ AC_PROG_AWK AC_PROG_MKDIR_P AC_PROG_SED AX_PROG_MEMCACHED -AX_PROG_SPHINX_BUILD(,[AC_MSG_ERROR([sphinx-build version 1.0 or greater is required])]) +AX_PROG_SPHINX_BUILD(,[AC_MSG_WARN([sphinx-build version 1.0 or greater is required to build man pages])]) AX_WITH_PROG([LCOV],[lcov]) AX_WITH_PROG([LCOV_GENHTML],[genhtml]) +AC_DEFINE([HAVE_MEMCACHED_SASL_BINARY],[0],[If Memcached binary with sasl support is available]) # Checks for libraries. AC_SEARCH_LIBS([getopt_long],[gnugetopt])