mirror of https://gitee.com/bigwinds/arangodb
changed default
This commit is contained in:
parent
b241af5164
commit
ac56cf418b
|
@ -9037,7 +9037,7 @@ fi
|
|||
if test "${enable_mruby+set}" = set; then :
|
||||
enableval=$enable_mruby; tr_MRUBY="${enableval:-yes}"
|
||||
else
|
||||
tr_MRUBY=yes
|
||||
tr_MRUBY=no
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
@ -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