From e282462e1f91e489dddf07592423a7c407e24f4c Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 9 Sep 2015 21:16:11 +0900 Subject: [PATCH] Set have_mruby=no so that we can show it in summary --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index e36f9da4..54efa25c 100644 --- a/configure.ac +++ b/configure.ac @@ -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