search for: 757855a

Displaying 1 result from an estimated 1 matches for "757855a".

2011 Dec 06
1
[PATCH] let the user explicitly choose ruby and rake programs
...[no]) + AC_CHECK_LIB([ruby],[ruby_init],[HAVE_LIBRUBY=1],[HAVE_LIBRUBY=0]) + AC_SUBST([RAKE]) ]) AM_CONDITIONAL([HAVE_RUBY], [test "x$RAKE" != "xno" && test -n "$HAVE_LIBRUBY"]) diff --git a/ruby/Makefile.am b/ruby/Makefile.am index 757855a..8139140 100644 --- a/ruby/Makefile.am +++ b/ruby/Makefile.am @@ -49,14 +49,15 @@ TESTS = run-bindtests run-ruby-tests TESTS_ENVIRONMENT = \ LD_LIBRARY_PATH=$(top_builddir)/src/.libs \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ - TMPDIR=$(top_builddir) + TMPDIR=$(top_builddir) \ + RUBY=$(RUBY...