Hiroshi Hatake
null+****@clear*****
Mon Jul 24 18:10:02 JST 2017
Hiroshi Hatake 2017-07-24 18:10:02 +0900 (Mon, 24 Jul 2017) New Revision: 19648ad944332c3ab078496262ebb6d4601c0438 https://github.com/mroonga/mroonga/commit/19648ad944332c3ab078496262ebb6d4601c0438 Merged 9b9eedf: Merge pull request #150 from mroonga/permit-sphinx-1.6 Message: Permit Sphinx 1.6.x Current latest sphinx version is 1.6.3. Modified files: configure.ac Modified: configure.ac (+1 -1) =================================================================== --- configure.ac 2017-07-22 00:05:14 +0900 (f3d0fe4) +++ configure.ac 2017-07-24 18:10:02 +0900 (dd2cfe0) @@ -446,7 +446,7 @@ if test x"$enable_document" != x"no"; then AC_PATH_PROG(SPHINX_BUILD, sphinx-build, []) if test -n "$SPHINX_BUILD"; then sphinx_build_version=`"$SPHINX_BUILD" --version` - if ! echo "$sphinx_build_version" | grep -q ' 1\.[[2-5]]'; then + if ! echo "$sphinx_build_version" | grep -q ' 1\.[[2-6]]'; then AC_MSG_ERROR([ sphinx-build is old: $sphinx_build_version Sphinx 1.2 or later is required.]) -------------- next part -------------- HTML����������������������������...Download