summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2013-04-29 06:38:15 -0400
committerBrian Aker <brian@tangent.org>2013-04-29 06:38:15 -0400
commitb073677225181b9ab525a8304cb2a2cdcaac0277 (patch)
tree21a50ff210aaad777d148d336b8bf581ce4f3629 /configure.ac
parentf81967548e849e4a98640f8edcae65839e62ff92 (diff)
downloadlibmemcached-b073677225181b9ab525a8304cb2a2cdcaac0277.tar.gz
Fixes for
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2e3920cf..f562fcd3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,7 +114,7 @@ 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])