From: Kefu Chai Date: Mon, 4 May 2015 16:31:50 +0000 (+0800) Subject: configure.ac: do not check for sphinx-build X-Git-Tag: v9.0.0~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4538%2Fhead;p=ceph.git configure.ac: do not check for sphinx-build Signed-off-by: Kefu Chai --- diff --git a/configure.ac b/configure.ac index 38ab6826a9a8..f638f57d3d76 100644 --- a/configure.ac +++ b/configure.ac @@ -21,11 +21,6 @@ if test -d ".git" ; then fi AC_MSG_NOTICE([RPM_RELEASE='$RPM_RELEASE']) -AC_CHECK_PROGS(SPHINX_BUILD, sphinx-1.0-build sphinx-build, no) -if test x"$SPHINX_BUILD" = x"no"; then - AC_MSG_ERROR([sphinx-build not found (python-sphinx)]) -fi - AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SUBDIRS([src/gmock])