Merge branch 'fastbinary'
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@674688 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/configure.ac b/configure.ac
index df5c229..ef163f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,6 +61,12 @@
fi
AM_CONDITIONAL(WITH_PYTHON, [test -n "$PYTHON" -a "$PYTHON" != ":"])
+AX_THRIFT_LIB(ruby, [Ruby], yes)
+if test "$with_ruby" = "yes"; then
+ AC_PATH_PROG([RUBY], [ruby])
+fi
+AM_CONDITIONAL(ENABLE_RUBY, [test -n "$RUBY"])
+
AC_C_CONST
AC_C_INLINE
AC_C_VOLATILE
@@ -165,10 +171,12 @@
lib/csharp/Makefile
lib/java/Makefile
lib/py/Makefile
+ lib/rb/Makefile
if/Makefile
test/Makefile
test/py/Makefile
test/java/Makefile
+ test/rb/Makefile
])
AC_OUTPUT