From a14cfa59df43ff8a94cd6c1b846b25a897641067 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 26 Dec 2013 00:13:35 +0900 Subject: [PATCH] configure.ac: Print out spdylay availability --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index f2a1a4b7..29ed9dcc 100644 --- a/configure.ac +++ b/configure.ac @@ -354,6 +354,7 @@ AC_MSG_NOTICE([summary of build options: OpenSSL: ${have_openssl} Libxml2: ${have_libxml2} Libevent(SSL): ${have_libevent_openssl} + Spdylay: ${have_spdylay} Jansson: ${have_jansson} Src: ${enable_src} Examples: ${enable_examples}