aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-16 14:20:32 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-16 14:20:47 +0300
commitec591a702237f8a4141d7f85dc0c2923788db45f (patch)
tree472c90380b5db7e42619d3e6af61b8644b1f46d2 /configure.ac
parentb6a3e50b78802c485037ab72919361b6239ab3ec (diff)
downloadlibmicrohttpd-ec591a702237f8a4141d7f85dc0c2923788db45f.tar.gz
libmicrohttpd-ec591a702237f8a4141d7f85dc0c2923788db45f.zip
configure: corrected displayed licence
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e9c1e03b..88b75357 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2454,10 +2454,10 @@ AC_MSG_NOTICE([GNU libmicrohttpd ${PACKAGE_VERSION} Configuration Summary:
2454 2454
2455AS_IF([test "x$enable_https" = "xyes"], 2455AS_IF([test "x$enable_https" = "xyes"],
2456 [AC_MSG_NOTICE([HTTPS subsystem configuration: 2456 [AC_MSG_NOTICE([HTTPS subsystem configuration:
2457 License : LGPL only 2457 License : LGPLv2.1+ only
2458 ])], 2458 ])],
2459 [AC_MSG_NOTICE([ 2459 [AC_MSG_NOTICE([
2460 License : LGPL or eCos 2460 License : LGPLv2.1+ or eCos
2461 ])]) 2461 ])])
2462 2462
2463AS_IF([test "x$enable_bauth" != "xyes" || \ 2463AS_IF([test "x$enable_bauth" != "xyes" || \