libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 3f583074e637653110feb744e6de340286a172aa
parent d1b181d4dc29eba519faa3c6155485b0ad29da94
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 26 Jul 2022 15:12:26 +0300

configure: report in summary whether static and shared version will be built

Diffstat:
Mconfigure.ac | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -3948,6 +3948,8 @@ AC_MSG_NOTICE([GNU libmicrohttpd ${PACKAGE_VERSION} Configuration Summary: Postproc: ${enable_postprocessor} Build docs: ${enable_doc} Build examples: ${enable_examples} + Build static lib: ${enable_static} + Build shared lib: ${enable_shared} Test with libcurl: ${MSG_CURL} ])