Skip to content

Commit

Permalink
Update search Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 5, 2016
1 parent 4390d42 commit 675c375
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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`"
Expand Down

0 comments on commit 675c375

Please sign in to comment.