1
0
Fork 0

no mruby by default

This commit is contained in:
Frank Celler 2012-05-12 22:28:12 +02:00
parent a8c879cefb
commit 2e15b194cc
1 changed files with 1 additions and 1 deletions

View File

@ -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