commit ec591a702237f8a4141d7f85dc0c2923788db45f
parent b6a3e50b78802c485037ab72919361b6239ab3ec
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Fri, 16 Apr 2021 14:20:32 +0300
configure: corrected displayed licence
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -2454,10 +2454,10 @@ AC_MSG_NOTICE([GNU libmicrohttpd ${PACKAGE_VERSION} Configuration Summary:
AS_IF([test "x$enable_https" = "xyes"],
[AC_MSG_NOTICE([HTTPS subsystem configuration:
- License : LGPL only
+ License : LGPLv2.1+ only
])],
[AC_MSG_NOTICE([
- License : LGPL or eCos
+ License : LGPLv2.1+ or eCos
])])
AS_IF([test "x$enable_bauth" != "xyes" || \