Set have_mruby=no so that we can show it in summary

This commit is contained in:
Tatsuhiro Tsujikawa 2015-09-09 21:16:11 +09:00
parent e4843201b0
commit e282462e1f
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ fi
AM_CONDITIONAL([HAVE_SPDYLAY], [ test "x${have_spdylay}" = "xyes" ])
# mruby (for src/nghttpx)
have_mruby=no
if test "x${request_mruby}" = "xyes"; then
# We are going to build mruby
have_mruby=yes