Explorar el Código

configure: clarified license message

Users tend to read "LGPLv2.1+ only" as "LGPLv2.1 only" because
"+" and "only" used together are confusing.
Evgeny Grin (Karlson2k) hace 4 años
padre
commit
487646cafb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -3468,7 +3468,7 @@ AC_MSG_NOTICE([GNU libmicrohttpd ${PACKAGE_VERSION} Configuration Summary:
 
 AS_IF([test "x$enable_https" = "xyes"],
  [AC_MSG_NOTICE([HTTPS subsystem configuration:
-  License         :  LGPLv2.1+ only
+  License         :  LGPL version 2.1 or any later version
  ])],
  [AC_MSG_NOTICE([
   License         :  LGPLv2.1+ or eCos