Set have_mruby=no so that we can show it in summary
This commit is contained in:
parent
e4843201b0
commit
e282462e1f
|
@ -376,6 +376,7 @@ fi
|
||||||
AM_CONDITIONAL([HAVE_SPDYLAY], [ test "x${have_spdylay}" = "xyes" ])
|
AM_CONDITIONAL([HAVE_SPDYLAY], [ test "x${have_spdylay}" = "xyes" ])
|
||||||
|
|
||||||
# mruby (for src/nghttpx)
|
# mruby (for src/nghttpx)
|
||||||
|
have_mruby=no
|
||||||
if test "x${request_mruby}" = "xyes"; then
|
if test "x${request_mruby}" = "xyes"; then
|
||||||
# We are going to build mruby
|
# We are going to build mruby
|
||||||
have_mruby=yes
|
have_mruby=yes
|
||||||
|
|
Loading…
Reference in New Issue