From b1ef66ec6367731990fd711f3d5d3818c470d05a Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 30 Jun 2012 17:05:19 +0200 Subject: [PATCH] ruby: add detection of ruby version 1.9.3 in autotools --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d6235068a..a0b8a9609 100644 --- a/configure.in +++ b/configure.in @@ -520,7 +520,7 @@ fi RUBY_VERSION= if test "x$enable_ruby" = "xyes" ; then - AC_PATH_PROGS(RUBY, ruby1.9.2 ruby1.9.1 ruby1.9 ruby1.8 ruby) + AC_PATH_PROGS(RUBY, ruby1.9.3 ruby1.9.2 ruby1.9.1 ruby1.9 ruby1.8 ruby) if test -z $RUBY ; then AC_MSG_WARN([ *** Ruby must be installed on your system but ruby interpreter couldn't be found in path.