[Groonga-commit] groonga/groonga at 675c375 [master] Update search Rubies

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 5 13:07:03 JST 2016


Kouhei Sutou	2016-04-05 13:07:03 +0900 (Tue, 05 Apr 2016)

  New Revision: 675c3755ccaa9335ce3f71e5e246130947a006bf
  https://github.com/groonga/groonga/commit/675c3755ccaa9335ce3f71e5e246130947a006bf

  Message:
    Update search Rubies

  Modified files:
    configure.ac

  Modified: configure.ac (+6 -1)
===================================================================
--- configure.ac    2016-04-04 21:45:44 +0900 (96b0ca7)
+++ configure.ac    2016-04-05 13:07:03 +0900 (a0e1e97)
@@ -763,7 +763,12 @@ if test "x$RUBY" = "xno"; then
 else
   if test "x$RUBY" = "xyes"; then
     AC_PATH_PROGS(RUBY,
-                  [ruby2.2 ruby22 ruby2.1 ruby21 ruby2.0 ruby20 ruby],
+                  [ dnl
+                    ruby2.3 ruby23 dnl
+                    ruby2.2 ruby22 dnl
+                    ruby2.1 ruby21 dnl
+                    ruby dnl
+                  ],
                   ruby-not-found)
     if test "$RUBY" != "ruby-not-found"; then
       ruby_version="`$RUBY --version`"
-------------- next part --------------
HTML����������������������������...
Télécharger 



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