mirror of https://gitee.com/bigwinds/arangodb
no mruby by default
This commit is contained in:
parent
a8c879cefb
commit
2e15b194cc
|
@ -7,7 +7,7 @@ dnl ----------------------------------------------------------------------------
|
|||
AC_ARG_ENABLE(mruby,
|
||||
AS_HELP_STRING([--enable-mruby], [enable MRUBY]),
|
||||
[tr_MRUBY="${enableval:-yes}"],
|
||||
[tr_MRUBY=yes]
|
||||
[tr_MRUBY=no]
|
||||
)
|
||||
|
||||
if test "x$tr_MRUBY" = "xyes"; then
|
||||
|
|
Loading…
Reference in New Issue