summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2020-01-01 17:43:53 +0000
committerPádraig Brady <P@draigBrady.com>2020-01-01 22:14:45 +0000
commit0d77e1b7ea2840dbc10994f61894f1a3f64b46f9 (patch)
treed4954a6a076717bfbecd8a9a3ba964c2ccc2c293 /configure.ac
parentff2f85273ad6254391cdd36198b78d6d5542f4ab (diff)
downloadcoreutils-0d77e1b7ea2840dbc10994f61894f1a3f64b46f9.tar.gz
build: auto enable use of openssl with >= version 3
* configure.ac: Set --with-openssl=auto-gpl-compat as the default, so that openssl is used for md5sum etc., with openssl >= 3, which is newly licensed under ASL v2. * gnulib: Update to include "auto-gpl-compat" support.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f12d37500..54af03281 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,6 +60,7 @@ AC_PROG_GCC_TRADITIONAL
AC_PROG_RANLIB
AC_PROG_LN_S
gl_EARLY
+gl_SET_CRYPTO_CHECK_DEFAULT([auto-gpl-compat])
gl_INIT
coreutils_MACROS