libmicrohttpd

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

commit 07fa8f05f3c297c97828e1c2494c161d3ea376b0
parent 4e2f9fd9e92ecf5627edbf9d52a99d8f7fecf245
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 21 Feb 2024 19:02:35 +0500

configure: warn if HTTP upgrade is disabled

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

diff --git a/configure.ac b/configure.ac @@ -6064,6 +6064,7 @@ AS_IF([test "x$enable_bauth" != "xyes" || \ test "x${USE_THREADS}" = "xnone" || \ test "x$enable_httpupgrade" != "xyes" || \ test "x$enable_cookie" != "xyes" || \ + test "x$enable_httpupgrade" != "xyes" || \ test "x$enable_postprocessor" != "xyes"], [AC_MSG_WARN([This will be a custom build with missing symbols. Do NOT use this build in a distribution. Building with these kinds of configure options is only for custom builds for embedded systems.])] )