[Groonga-mysql-commit] mroonga/mroonga at fa600f6 [master] Remove Sphinx version check

Back to archive index

Masafumi Yokoyama null+****@clear*****
Wed Apr 25 12:39:47 JST 2018


Masafumi Yokoyama	2018-04-25 12:39:47 +0900 (Wed, 25 Apr 2018)

  New Revision: fa600f65ffe402047d6cdd80522e3e38ecc67655
  https://github.com/mroonga/mroonga/commit/fa600f65ffe402047d6cdd80522e3e38ecc67655

  Message:
    Remove Sphinx version check
    
    Because developers will never use old Sphinx.

  Modified files:
    configure.ac

  Modified: configure.ac (+0 -6)
===================================================================
--- configure.ac    2018-04-25 11:31:52 +0900 (9d9d785e)
+++ configure.ac    2018-04-25 12:39:47 +0900 (47d4d012)
@@ -452,12 +452,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\.[[2-6]]'; then
-	AC_MSG_ERROR([
-sphinx-build is old: $sphinx_build_version
-Sphinx 1.2 or later is required.])
-      fi
       document_available=yes
       document_buildable=yes
     else
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180425/81841a73/attachment-0001.htm 



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