[Groonga-mysql-commit] mroonga/mroonga at aadeb35 [master] Accept Sphinx 1.4

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Apr 17 22:36:04 JST 2016


Kouhei Sutou	2016-04-17 22:36:04 +0900 (Sun, 17 Apr 2016)

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

  Message:
    Accept Sphinx 1.4

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2016-04-12 10:30:35 +0900 (18c8a4f)
+++ configure.ac    2016-04-17 22:36:04 +0900 (3b863a5)
@@ -430,7 +430,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\.[[23]]'; then
+      if ! echo "$sphinx_build_version" | grep -q ' 1\.[[234]]'; then
 	AC_MSG_ERROR([
 sphinx-build is old: $sphinx_build_version
 Sphinx 1.2 or later is required.])
-------------- next part --------------
HTML����������������������������...
Download 



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