configure.ac: Categorize configure result

This commit is contained in:
Tatsuhiro Tsujikawa 2014-12-01 23:10:34 +09:00
parent 7036859823
commit 9eb554a843
1 changed files with 29 additions and 25 deletions

View File

@ -630,29 +630,33 @@ AC_MSG_NOTICE([summary of build options:
CXXFLAGS: ${CXXFLAGS} CXXFLAGS: ${CXXFLAGS}
CXXCPP: ${CXXCPP} CXXCPP: ${CXXCPP}
Library types: Shared=${enable_shared}, Static=${enable_static} Library types: Shared=${enable_shared}, Static=${enable_static}
Python: ${PYTHON} Python:
PYTHON_VERSION: ${PYTHON_VERSION} Python: ${PYTHON}
pyexecdir: ${pyexecdir} PYTHON_VERSION: ${PYTHON_VERSION}
Python-dev: ${have_python_dev} pyexecdir: ${pyexecdir}
PYTHON_CPPFLAGS:${PYTHON_CPPFLAGS} Python-dev: ${have_python_dev}
PYTHON_LDFLAGS: ${PYTHON_LDFLAGS} PYTHON_CPPFLAGS:${PYTHON_CPPFLAGS}
Cython: ${CYTHON} PYTHON_LDFLAGS: ${PYTHON_LDFLAGS}
CUnit: ${have_cunit} Cython: ${CYTHON}
OpenSSL: ${have_openssl} Test:
Libxml2: ${have_libxml2} CUnit: ${have_cunit}
Libevent(SSL): ${have_libevent_openssl} Failmalloc: ${request_failmalloc}
Spdylay: ${have_spdylay} Libs:
Jansson: ${have_jansson} OpenSSL: ${have_openssl}
Jemalloc: ${have_jemalloc} Libxml2: ${have_libxml2}
Boost CPPFLAGS: ${BOOST_CPPFLAGS} Libevent(SSL): ${have_libevent_openssl}
Boost LDFLAGS: ${BOOST_LDFLAGS} Spdylay: ${have_spdylay}
Boost::ASIO: ${BOOST_ASIO_LIB} Jansson: ${have_jansson}
Boost::System: ${BOOST_SYSTEM_LIB} Jemalloc: ${have_jemalloc}
Boost::Thread: ${BOOST_THREAD_LIB} Boost CPPFLAGS: ${BOOST_CPPFLAGS}
Applications: ${enable_app} Boost LDFLAGS: ${BOOST_LDFLAGS}
HPACK tools: ${enable_hpack_tools} Boost::ASIO: ${BOOST_ASIO_LIB}
Libnghttp2_asio:${enable_asio_lib} Boost::System: ${BOOST_SYSTEM_LIB}
Examples: ${enable_examples} Boost::Thread: ${BOOST_THREAD_LIB}
Python bindings:${enable_python_bindings} Features:
Failmalloc: ${request_failmalloc} Applications: ${enable_app}
HPACK tools: ${enable_hpack_tools}
Libnghttp2_asio:${enable_asio_lib}
Examples: ${enable_examples}
Python bindings:${enable_python_bindings}
]) ])