diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2021-12-28 11:58:32 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2021-12-28 11:58:50 +0300 |
commit | 2b2a8dff1d07a97c3ff6139c98829152cc064e03 (patch) | |
tree | 8b3b5ada7c7384731fcece093028e236b0312e1f | |
parent | 983aa85d5179cdc260db00149e82d1579b03ec2f (diff) | |
download | libmicrohttpd-2b2a8dff1d07a97c3ff6139c98829152cc064e03.tar.gz libmicrohttpd-2b2a8dff1d07a97c3ff6139c98829152cc064e03.zip |
configure: clarified license message
Users tend to read "LGPLv2.1+ only" as "LGPLv2.1 only" because
"+" and "only" used together are confusing.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 62ffb122..68186250 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -3468,7 +3468,7 @@ AC_MSG_NOTICE([GNU libmicrohttpd ${PACKAGE_VERSION} Configuration Summary: | |||
3468 | 3468 | ||
3469 | AS_IF([test "x$enable_https" = "xyes"], | 3469 | AS_IF([test "x$enable_https" = "xyes"], |
3470 | [AC_MSG_NOTICE([HTTPS subsystem configuration: | 3470 | [AC_MSG_NOTICE([HTTPS subsystem configuration: |
3471 | License : LGPLv2.1+ only | 3471 | License : LGPL version 2.1 or any later version |
3472 | ])], | 3472 | ])], |
3473 | [AC_MSG_NOTICE([ | 3473 | [AC_MSG_NOTICE([ |
3474 | License : LGPLv2.1+ or eCos | 3474 | License : LGPLv2.1+ or eCos |