diff options
Diffstat (limited to 'gl/m4/gl-openssl.m4')
-rw-r--r-- | gl/m4/gl-openssl.m4 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gl/m4/gl-openssl.m4 b/gl/m4/gl-openssl.m4 index 7eab4e1..c5e1f7b 100644 --- a/gl/m4/gl-openssl.m4 +++ b/gl/m4/gl-openssl.m4 | |||
@@ -1,5 +1,6 @@ | |||
1 | # gl-openssl.m4 serial 6 | 1 | # gl-openssl.m4 |
2 | dnl Copyright (C) 2013-2023 Free Software Foundation, Inc. | 2 | # serial 7 |
3 | dnl Copyright (C) 2013-2024 Free Software Foundation, Inc. | ||
3 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
4 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
5 | dnl with or without modifications, as long as this notice is preserved. | 6 | dnl with or without modifications, as long as this notice is preserved. |
@@ -39,6 +40,9 @@ AC_DEFUN([gl_CRYPTO_CHECK], | |||
39 | AC_SUBST([LIB_CRYPTO]) | 40 | AC_SUBST([LIB_CRYPTO]) |
40 | if test "x$with_openssl" != xno; then | 41 | if test "x$with_openssl" != xno; then |
41 | if test "x$with_openssl" = xauto-gpl-compat; then | 42 | if test "x$with_openssl" = xauto-gpl-compat; then |
43 | dnl OpenSSL versions < 3 are under the OpenSSL license, which is not | ||
44 | dnl GPL compatible. | ||
45 | dnl See <https://www.gnu.org/licenses/license-list.en.html#OpenSSL>. | ||
42 | AC_CACHE_CHECK([whether openssl is GPL compatible], | 46 | AC_CACHE_CHECK([whether openssl is GPL compatible], |
43 | [gl_cv_openssl_gpl_compat], | 47 | [gl_cv_openssl_gpl_compat], |
44 | [AC_COMPILE_IFELSE( | 48 | [AC_COMPILE_IFELSE( |