[Groonga-commit] groonga/groonga at bea47ea [master] Accept Sphinx 1.7

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 6 23:11:42 JST 2018


Kouhei Sutou	2018-04-06 23:11:42 +0900 (Fri, 06 Apr 2018)

  New Revision: bea47ea18c3619a0ffd610a715fdf87b5e333aa4
  https://github.com/groonga/groonga/commit/bea47ea18c3619a0ffd610a715fdf87b5e333aa4

  Message:
    Accept Sphinx 1.7

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2018-04-06 17:52:27 +0900 (aaf0c684a)
+++ configure.ac    2018-04-06 23:11:42 +0900 (93326a43d)
@@ -1298,7 +1298,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\.[[3-6]]'; then
+      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.])
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180406/a2f5f4ac/attachment-0001.htm 



More information about the Groonga-commit mailing list
Back to archive index