summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac12
m---------gnulib0
2 files changed, 2 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 16b6c35b1..4a7fa9e27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,16 +50,8 @@ m4_syscmd([test "${GNULIB_POSIXCHECK+set}" = set])
m4_if(m4_sysval, [0], [], [dnl
gl_ASSERT_NO_GNULIB_POSIXCHECK])
-dnl Enable use of libcrypto if available.
-dnl Note we could do this as follows:
-dnl AS_VAR_SET_IF([with_openssl], [], [with_openssl=optional])
-dnl However that would not document the coreutils adjusted default,
-dnl so we add another --with-openssl description just to document that
-AC_ARG_WITH([openssl],
- [AC_HELP_STRING([--with-openssl],
- [The coreutils default is: --with-openssl=optional])],
- [],
- [with_openssl=optional])
+dnl Enable use of libcrypto if available, and warn if not found
+gl_SET_CRYPTO_CHECK_DEFAULT([optional])
AC_PROG_CC_STDC
AM_PROG_CC_C_O
diff --git a/gnulib b/gnulib
-Subproject fba20d159fe191b9d67688738b7c31e769171aa
+Subproject 8b5510050ddbf5bdee4a7cb89f8ee32e08aecd9