From f37e788a9eb8a1bd60de57192629ff77b5fb62f6 Mon Sep 17 00:00:00 2001 From: Jeff Ahrenholz Date: Fri, 7 Sep 2018 10:19:43 -0700 Subject: [PATCH] make python-sphinx optional --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 36bf02b9..3c0a3380 100644 --- a/configure.ac +++ b/configure.ac @@ -165,7 +165,8 @@ fi # check for sphinx required during make AC_CHECK_PROG(sphinxapi_path, sphinx-apidoc, $as_dir, no, $SEARCHPATH) if test "x$sphinxapi_path" = "xno" ; then - AC_MSG_ERROR(["Could not location sphinx-apidoc, from the python-sphinx package"]) + AC_MSG_WARN(["Could not location sphinx-apidoc, from the python-sphinx package"]) + want_docs=no fi #AC_PATH_PROGS(tcl_path, [tclsh tclsh8.5 tclsh8.4], no)