From c107b8ec7438423450de2558802540fa330366e0 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 5 May 2015 00:31:50 +0800 Subject: [PATCH] configure.ac: do not check for sphinx-build Signed-off-by: Kefu Chai --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 38ab6826a9a..f638f57d3d7 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]) -- 2.47.3