1
0
Fork 0

changed default

This commit is contained in:
Frank Celler 2012-04-27 14:13:48 +02:00
parent b241af5164
commit ac56cf418b
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

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

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