Kouhei Sutou
null+****@clear*****
Wed Apr 11 14:06:53 JST 2018
Kouhei Sutou 2018-04-11 14:06:53 +0900 (Wed, 11 Apr 2018) New Revision: 1dd7526472be53a26bb41abb2938e557ee6d1204 https://github.com/groonga/groonga/commit/1dd7526472be53a26bb41abb2938e557ee6d1204 Message: Remove meaningless Sphinx version check Modified files: configure.ac Modified: configure.ac (+0 -6) =================================================================== --- configure.ac 2018-04-11 14:06:00 +0900 (93326a43d) +++ configure.ac 2018-04-11 14:06:53 +0900 (db42d265c) @@ -1297,12 +1297,6 @@ if test x"$enable_document" != x"no"; then if test x"$enable_document" = x"yes"; 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\.[[3-7]]'; then - AC_MSG_ERROR([ -sphinx-build is old: $sphinx_build_version -Sphinx 1.3 or later is required.]) - fi document_available=yes document_buildable=yes else -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180411/64369e98/attachment-0001.htm